Html Css Color HEX #8C0608 Sangria

📋 copy color: '#8C0608'

red 140 ◦ green 6 ◦ blue 8

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

Shades of Sangria #8C0608

Tints of Sangria #8C0608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.9%

 BLUE value IS 8 (3.52% from 255) = 5.19%

R = 90.91%
G = 3.9%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C0608 (or 0x8C0608) is known color: Sangria. HEX triplet: 8C, 06 and 08. RGB value is (140,6,8). Sum of RGB (Red+Green+Blue) = 140+6+8=154 (20% of max value = 765). Red value is 140 (55.08% from 255 or 90.91% from 154); Green value is 6 (2.73% from 255 or 3.90% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0608 is #73F9F7. Grayscale: #2E2E2E. Windows color (decimal): -7600632 or 525964. OLE color: 525964.

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

Color convert

RGB 140 6 8 -
CMYK 0 0.96 0.94 0.45
HSL 359.1º 0.92% 0.29% -
HSV(B) 359.1º 0.96% 0.55% -
XYZ 10.92 5.72 0.76 -
YUV 46.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 140 6 8 0 0.96 0.94 0.45 359.1 0.92 0.29
Hex 8C 6 8 0 60 5E 2D 167 5C 1D
Octal 214 6 10 0 140 136 55 547 134 35
Binary 10001100 110 1000 0 1100000 1011110 101101 101100111 1011100 11101

Color Harmonies of #8C0608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0608

Black with #8C0608

Text Example


Text Example

White with #8C0608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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