Html Css Color HEX #840B0C Sangria

📋 copy color: '#840B0C'

red 132 ◦ green 11 ◦ blue 12

#840B0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #840B0C

Tints of Sangria #840B0C

RGB

 RED value IS 132 (51.95% from 255) = 85.16%

 GREEN value IS 11 (4.69% from 255) = 7.1%

 BLUE value IS 12 (5.08% from 255) = 7.74%

R = 85.16%
G = 7.1%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.48

RGB Variations

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

Color information

#840B0C (or 0x840B0C) is known color: Sangria. HEX triplet: 84, 0B and 0C. RGB value is (132,11,12). Sum of RGB (Red+Green+Blue) = 132+11+12=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 11 (4.69% from 255 or 7.10% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #840B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840B0C is #7BF4F3. Grayscale: #2F2F2F. Windows color (decimal): -8123636 or 789380. OLE color: 789380.

HSL color Cylindrical-coordinate representation of color #840B0C: hue angle of 359.5º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840B0C is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 11 12 -
CMYK 0 0.92 0.91 0.48
HSL 359.5º 0.85% 0.28% -
HSV(B) 359.5º 0.92% 0.52% -
XYZ 9.7 5.17 0.83 -
YUV 47.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 132 11 12 0 0.92 0.91 0.48 359.5 0.85 0.28
Hex 84 B C 0 5C 5B 30 168 55 1C
Octal 204 13 14 0 134 133 60 550 125 34
Binary 10000100 1011 1100 0 1011100 1011011 110000 101101000 1010101 11100

Color Harmonies of #840B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840B0C

Black with #840B0C

Text Example


Text Example

White with #840B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840B0C; }

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

 H1.HeaderClassName
 {
   color: #840B0C;
 }
 .AnyTagClassName
 {
   color: #840B0C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #840B0C;
 }
 .BgClassName
 {
   background-color: #840B0C;
 }
</style>

border-color css

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

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

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