Html Css Color HEX #96090C Sangria

📋 copy color: '#96090C'

red 150 ◦ green 9 ◦ blue 12

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

Shades of Sangria #96090C

Tints of Sangria #96090C

RGB

 RED value IS 150 (58.98% from 255) = 87.72%

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

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 87.72%
G = 5.26%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96090C (or 0x96090C) is known color: Sangria. HEX triplet: 96, 09 and 0C. RGB value is (150,9,12). Sum of RGB (Red+Green+Blue) = 150+9+12=171 (22% of max value = 765). Red value is 150 (58.98% from 255 or 87.72% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 150 - color contains mainly: red. Hex color #96090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96090C is #69F6F3. Grayscale: #333333. Windows color (decimal): -6944500 or 788886. OLE color: 788886.

HSL color Cylindrical-coordinate representation of color #96090C: hue angle of 358.72º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96090C is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 9 12 -
CMYK 0 0.94 0.92 0.41
HSL 358.72º 0.89% 0.31% -
HSV(B) 358.72º 0.94% 0.59% -
XYZ 12.74 6.71 0.97 -
YUV 51.5 105.71 198.26 -
System Red Green Blue C M Y K H S L
Decimal 150 9 12 0 0.94 0.92 0.41 358.72 0.89 0.31
Hex 96 9 C 0 5E 5C 29 167 59 1F
Octal 226 11 14 0 136 134 51 547 131 37
Binary 10010110 1001 1100 0 1011110 1011100 101001 101100111 1011001 11111

Color Harmonies of #96090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96090C

Black with #96090C

Text Example


Text Example

White with #96090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96090C; }

 p { color: rgb(150,9,12); }

 H1.HeaderClassName
 {
   color: #96090C;
 }
 .AnyTagClassName
 {
   color: #96090C;
 }
</style>

background-color css

<style>
 a { background-color: #96090C; }

 a { background-color: rgb(150,9,12); }

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

border-color css

<style>
 span { border-color: #96090C; }

 span { border-color: rgb(150,9,12); }

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