Html Css Color HEX #960506 Sangria

📋 copy color: '#960506'

red 150 ◦ green 5 ◦ blue 6

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

Shades of Sangria #960506

Tints of Sangria #960506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

 BLUE value IS 6 (2.73% from 255) = 3.73%

R = 93.17%
G = 3.11%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.41

RGB Variations

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

Color information

#960506 (or 0x960506) is known color: Sangria. HEX triplet: 96, 05 and 06. RGB value is (150,5,6). Sum of RGB (Red+Green+Blue) = 150+5+6=161 (21% of max value = 765). Red value is 150 (58.98% from 255 or 93.17% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 150 - color contains mainly: red. Hex color #960506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960506 is #69FAF9. Grayscale: #303030. Windows color (decimal): -6945530 or 394646. OLE color: 394646.

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

Color convert

RGB 150 5 6 -
CMYK 0 0.97 0.96 0.41
HSL 359.59º 0.94% 0.3% -
HSV(B) 359.59º 0.97% 0.59% -
XYZ 12.66 6.61 0.78 -
YUV 48.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 150 5 6 0 0.97 0.96 0.41 359.59 0.94 0.3
Hex 96 5 6 0 61 60 29 168 5E 1E
Octal 226 5 6 0 141 140 51 550 136 36
Binary 10010110 101 110 0 1100001 1100000 101001 101101000 1011110 11110

Color Harmonies of #960506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960506

Black with #960506

Text Example


Text Example

White with #960506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960506; }

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

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

background-color css

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

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

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

border-color css

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

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

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