Html Css Color HEX #960209 Sangria

📋 copy color: '#960209'

red 150 ◦ green 2 ◦ blue 9

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

Shades of Sangria #960209

Tints of Sangria #960209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.24%

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

R = 93.17%
G = 1.24%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#960209 (or 0x960209) is known color: Sangria. HEX triplet: 96, 02 and 09. RGB value is (150,2,9). Sum of RGB (Red+Green+Blue) = 150+2+9=161 (21% of max value = 765). Red value is 150 (58.98% from 255 or 93.17% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 150 - color contains mainly: red. Hex color #960209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960209 is #69FDF6. Grayscale: #2F2F2F. Windows color (decimal): -6946295 or 590486. OLE color: 590486.

HSL color Cylindrical-coordinate representation of color #960209: hue angle of 357.16º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960209 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 9 -
CMYK 0 0.99 0.94 0.41
HSL 357.16º 0.97% 0.3% -
HSV(B) 357.16º 0.99% 0.59% -
XYZ 12.65 6.55 0.86 -
YUV 47.05 106.53 201.43 -
System Red Green Blue C M Y K H S L
Decimal 150 2 9 0 0.99 0.94 0.41 357.16 0.97 0.3
Hex 96 2 9 0 63 5E 29 165 61 1E
Octal 226 2 11 0 143 136 51 545 141 36
Binary 10010110 10 1001 0 1100011 1011110 101001 101100101 1100001 11110

Color Harmonies of #960209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960209

Black with #960209

Text Example


Text Example

White with #960209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960209; }

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

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

background-color css

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

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

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

border-color css

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

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

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