Html Css Color HEX #960609 Sangria

📋 copy color: '#960609'

red 150 ◦ green 6 ◦ blue 9

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

Shades of Sangria #960609

Tints of Sangria #960609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.64%

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

R = 90.91%
G = 3.64%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#960609 (or 0x960609) is known color: Sangria. HEX triplet: 96, 06 and 09. RGB value is (150,6,9). Sum of RGB (Red+Green+Blue) = 150+6+9=165 (21% of max value = 765). Red value is 150 (58.98% from 255 or 90.91% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 150 - color contains mainly: red. Hex color #960609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960609 is #69F9F6. Grayscale: #313131. Windows color (decimal): -6945271 or 591510. OLE color: 591510.

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

Color convert

RGB 150 6 9 -
CMYK 0 0.96 0.94 0.41
HSL 358.75º 0.92% 0.31% -
HSV(B) 358.75º 0.96% 0.59% -
XYZ 12.69 6.63 0.87 -
YUV 49.4 105.21 199.76 -
System Red Green Blue C M Y K H S L
Decimal 150 6 9 0 0.96 0.94 0.41 358.75 0.92 0.31
Hex 96 6 9 0 60 5E 29 167 5C 1F
Octal 226 6 11 0 140 136 51 547 134 37
Binary 10010110 110 1001 0 1100000 1011110 101001 101100111 1011100 11111

Color Harmonies of #960609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960609

Black with #960609

Text Example


Text Example

White with #960609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960609; }

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

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

background-color css

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

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

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

border-color css

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

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

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