#84080C

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

Shades of Sangria #84080C

Tints of Sangria #84080C

Color information

#84080C (or 0x84080C) is unknown color: approx Sangria. HEX triplet: 84, 08 and 0C. RGB value is (132,8,12). Sum of RGB (Red+Green+Blue) = 132+8+12=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #84080C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84080C is #7BF7F3. Grayscale: #2D2D2D. Windows color (decimal): -8124404 or 788612. OLE color: 788612.

HSL color Cylindrical-coordinate representation of color #84080C: hue angle of 358.06º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84080C is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB132812-
CMYK00.940.910.48
HSL358.06º88.57%27.45%-
HSV(B)358.06º93.94%51.76%-
XYZ9.675.110.82-
YUV45.53109.08189.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 86.84%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 12 (5.08% from 255) = 7.89%
R=86.84%
G=5.26%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13281200.940.910.48358.0688.5727.45
Hex848C05E5B30166591b
Octal204101401361336054613133
Binary1000010010001100010111101011011110000101100110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84080C; }

 p { color: rgb(132,8,12); }

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

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

 a { background-color: rgb(132,8,12); }

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

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

 span { border-color: rgb(132,8,12); }

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