Html Css Color HEX #8C0009 Sangria

📋 copy color: '#8C0009'

red 140 ◦ green 0 ◦ blue 9

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

Shades of Sangria #8C0009

Tints of Sangria #8C0009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 6.04%

R = 93.96%
G = 0%
B = 6.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C0009 (or 0x8C0009) is known color: Sangria. HEX triplet: 8C, 00 and 09. RGB value is (140,0,9). Sum of RGB (Red+Green+Blue) = 140+0+9=149 (19% of max value = 765). Red value is 140 (55.08% from 255 or 93.96% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0009 is #73FFF6. Grayscale: #2A2A2A. Windows color (decimal): -7602167 or 589964. OLE color: 589964.

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

Color convert

RGB 140 0 9 -
CMYK 0 1 0.94 0.45
HSL 356.14º 1% 0.27% -
HSV(B) 356.14º 1% 0.55% -
XYZ 10.86 5.6 0.77 -
YUV 42.89 108.88 197.27 -
System Red Green Blue C M Y K H S L
Decimal 140 0 9 0 1 0.94 0.45 356.14 1 0.27
Hex 8C 0 9 0 64 5E 2D 164 64 1B
Octal 214 0 11 0 144 136 55 544 144 33
Binary 10001100 0 1001 0 1100100 1011110 101101 101100100 1100100 11011

Color Harmonies of #8C0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0009

Black with #8C0009

Text Example


Text Example

White with #8C0009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,0,9); }

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

background-color css

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

 a { background-color: rgb(140,0,9); }

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

border-color css

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

 span { border-color: rgb(140,0,9); }

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