Html Css Color HEX #9C090E Sangria

📋 copy color: '#9C090E'

red 156 ◦ green 9 ◦ blue 14

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

Shades of Sangria #9C090E

Tints of Sangria #9C090E

RGB

 RED value IS 156 (61.33% from 255) = 87.15%

 GREEN value IS 9 (3.91% from 255) = 5.03%

 BLUE value IS 14 (5.86% from 255) = 7.82%

R = 87.15%
G = 5.03%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9C090E (or 0x9C090E) is known color: Sangria. HEX triplet: 9C, 09 and 0E. RGB value is (156,9,14). Sum of RGB (Red+Green+Blue) = 156+9+14=179 (23% of max value = 765). Red value is 156 (61.33% from 255 or 87.15% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 156 - color contains mainly: red. Hex color #9C090E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C090E is #63F6F1. Grayscale: #353535. Windows color (decimal): -6551282 or 919964. OLE color: 919964.

HSL color Cylindrical-coordinate representation of color #9C090E: hue angle of 357.96º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C090E is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 9 14 -
CMYK 0 0.94 0.91 0.39
HSL 357.96º 0.89% 0.32% -
HSV(B) 357.96º 0.94% 0.61% -
XYZ 13.89 7.3 1.09 -
YUV 53.52 105.7 201.09 -
System Red Green Blue C M Y K H S L
Decimal 156 9 14 0 0.94 0.91 0.39 357.96 0.89 0.32
Hex 9C 9 E 0 5E 5B 27 166 59 20
Octal 234 11 16 0 136 133 47 546 131 40
Binary 10011100 1001 1110 0 1011110 1011011 100111 101100110 1011001 100000

Color Harmonies of #9C090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C090E

Black with #9C090E

Text Example


Text Example

White with #9C090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C090E; }

 p { color: rgb(156,9,14); }

 H1.HeaderClassName
 {
   color: #9C090E;
 }
 .AnyTagClassName
 {
   color: #9C090E;
 }
</style>

background-color css

<style>
 a { background-color: #9C090E; }

 a { background-color: rgb(156,9,14); }

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

border-color css

<style>
 span { border-color: #9C090E; }

 span { border-color: rgb(156,9,14); }

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