#840712

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

Shades of Sangria #840712

Tints of Sangria #840712

Color information

#840712 (or 0x840712) is unknown color: approx Sangria. HEX triplet: 84, 07 and 12. RGB value is (132,7,18). Sum of RGB (Red+Green+Blue) = 132+7+18=157 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.08% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 132 - color contains mainly: red. Hex color #840712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840712 is #7BF8ED. Grayscale: #2D2D2D. Windows color (decimal): -8124654 or 1181572. OLE color: 1181572.

HSL color Cylindrical-coordinate representation of color #840712: hue angle of 354.72º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840712 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB132718-
CMYK00.950.860.48
HSL354.72º89.93%27.25%-
HSV(B)354.72º94.7%51.76%-
XYZ9.75.11.05-
YUV45.63112.41189.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 84.08%
GREEN value IS 7 (3.12% from 255) = 4.46%
BLUE value IS 18 (7.42% from 255) = 11.46%
R=84.08%
G=4.46%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13271800.950.860.48354.7289.9327.25
Hex8471205F56301635a1b
Octal20472201371266054313233
Binary1000010011110010010111111010110110000101100011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840712; }

 p { color: rgb(132,7,18); }

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

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

 a { background-color: rgb(132,7,18); }

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

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

 span { border-color: rgb(132,7,18); }

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