Html Css Color HEX #8C0506 Sangria

📋 copy color: '#8C0506'

red 140 ◦ green 5 ◦ blue 6

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

Shades of Sangria #8C0506

Tints of Sangria #8C0506

RGB

 RED value IS 140 (55.08% from 255) = 92.72%

 GREEN value IS 5 (2.34% from 255) = 3.31%

 BLUE value IS 6 (2.73% from 255) = 3.97%

R = 92.72%
G = 3.31%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8C0506 (or 0x8C0506) is known color: Sangria. HEX triplet: 8C, 05 and 06. RGB value is (140,5,6). Sum of RGB (Red+Green+Blue) = 140+5+6=151 (20% of max value = 765). Red value is 140 (55.08% from 255 or 92.72% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 6 (2.73% from 255 or 3.97% from 151); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0506 is #73FAF9. Grayscale: #2D2D2D. Windows color (decimal): -7600890 or 394636. OLE color: 394636.

HSL color Cylindrical-coordinate representation of color #8C0506: hue angle of 359.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0506 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 5 6 -
CMYK 0 0.96 0.96 0.45
HSL 359.56º 0.93% 0.28% -
HSV(B) 359.56º 0.96% 0.55% -
XYZ 10.9 5.7 0.7 -
YUV 45.48 105.73 195.42 -
System Red Green Blue C M Y K H S L
Decimal 140 5 6 0 0.96 0.96 0.45 359.56 0.93 0.28
Hex 8C 5 6 0 60 60 2D 168 5D 1C
Octal 214 5 6 0 140 140 55 550 135 34
Binary 10001100 101 110 0 1100000 1100000 101101 101101000 1011101 11100

Color Harmonies of #8C0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0506

Black with #8C0506

Text Example


Text Example

White with #8C0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C0506; }

 p { color: rgb(140,5,6); }

 H1.HeaderClassName
 {
   color: #8C0506;
 }
 .AnyTagClassName
 {
   color: #8C0506;
 }
</style>

background-color css

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

 a { background-color: rgb(140,5,6); }

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

border-color css

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

 span { border-color: rgb(140,5,6); }

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