#84030D

Color #84030D Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #84030D

Tints of Sangria #84030D

Color information

#84030D (or 0x84030D) is unknown color: approx Sangria. HEX triplet: 84, 03 and 0D. RGB value is (132,3,13). Sum of RGB (Red+Green+Blue) = 132+3+13=148 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.19% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 132 - color contains mainly: red. Hex color #84030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84030D is #7BFCF2. Grayscale: #2A2A2A. Windows color (decimal): -8125683 or 852868. OLE color: 852868.

HSL color Cylindrical-coordinate representation of color #84030D: hue angle of 355.35º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84030D is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB132313-
CMYK00.980.900.48
HSL355.35º95.56%26.47%-
HSV(B)355.35º97.73%51.76%-
XYZ9.6250.84-
YUV42.71111.24191.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 89.19%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 13 (5.47% from 255) = 8.78%
R=89.19%
G=2.03%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13231300.980.900.48355.3595.5626.47
Hex843D0625A30163601a
Octal20431501421326054314032
Binary10000100111101011000101011010110000101100011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84030D; }

 p { color: rgb(132,3,13); }

 H1.HeaderClassName
 {
   color: #84030D;
 }
 .AnyTagClassName
 {
   color: #84030D;
 }
</style>
background-color css

<style>
 a { background-color: #84030D; }

 a { background-color: rgb(132,3,13); }

 div.DivClassName
 {
   background-color: #84030D;
 }
 .BgClassName
 {
   background-color: #84030D;
 }
</style>
border-color css

<style>
 span { border-color: #84030D; }

 span { border-color: rgb(132,3,13); }

 td.TdClassName
 {
   border-color: #84030D;
 }
 .TagClassName
 {
   border-color: #84030D;
 }
</style>