Html Css Color HEX #8C0409 Sangria

📋 copy color: '#8C0409'

red 140 ◦ green 4 ◦ blue 9

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

Shades of Sangria #8C0409

Tints of Sangria #8C0409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.61%

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

R = 91.5%
G = 2.61%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C0409 (or 0x8C0409) is known color: Sangria. HEX triplet: 8C, 04 and 09. RGB value is (140,4,9). Sum of RGB (Red+Green+Blue) = 140+4+9=153 (20% of max value = 765). Red value is 140 (55.08% from 255 or 91.50% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0409 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C0409 is #73FBF6. Grayscale: #2D2D2D. Windows color (decimal): -7601143 or 590988. OLE color: 590988.

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

Color convert

RGB 140 4 9 -
CMYK 0 0.97 0.94 0.45
HSL 357.79º 0.94% 0.28% -
HSV(B) 357.79º 0.97% 0.55% -
XYZ 10.91 5.68 0.78 -
YUV 45.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 140 4 9 0 0.97 0.94 0.45 357.79 0.94 0.28
Hex 8C 4 9 0 61 5E 2D 166 5E 1C
Octal 214 4 11 0 141 136 55 546 136 34
Binary 10001100 100 1001 0 1100001 1011110 101101 101100110 1011110 11100

Color Harmonies of #8C0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0409

Black with #8C0409

Text Example


Text Example

White with #8C0409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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