Html Css Color HEX #96090A Sangria

📋 copy color: '#96090A'

red 150 ◦ green 9 ◦ blue 10

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

Shades of Sangria #96090A

Tints of Sangria #96090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.92%

R = 88.76%
G = 5.33%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96090A (or 0x96090A) is known color: Sangria. HEX triplet: 96, 09 and 0A. RGB value is (150,9,10). Sum of RGB (Red+Green+Blue) = 150+9+10=169 (22% of max value = 765). Red value is 150 (58.98% from 255 or 88.76% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 150 - color contains mainly: red. Hex color #96090A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96090A is #69F6F5. Grayscale: #333333. Windows color (decimal): -6944502 or 657814. OLE color: 657814.

HSL color Cylindrical-coordinate representation of color #96090A: hue angle of 359.57º 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 #96090A is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 9 10 -
CMYK 0 0.94 0.93 0.41
HSL 359.57º 0.89% 0.31% -
HSV(B) 359.57º 0.94% 0.59% -
XYZ 12.73 6.7 0.91 -
YUV 51.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 150 9 10 0 0.94 0.93 0.41 359.57 0.89 0.31
Hex 96 9 A 0 5E 5D 29 168 59 1F
Octal 226 11 12 0 136 135 51 550 131 37
Binary 10010110 1001 1010 0 1011110 1011101 101001 101101000 1011001 11111

Color Harmonies of #96090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96090A

Black with #96090A

Text Example


Text Example

White with #96090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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