Html Css Color HEX #960611 Sangria

📋 copy color: '#960611'

red 150 ◦ green 6 ◦ blue 17

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

Shades of Sangria #960611

Tints of Sangria #960611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 86.71%
G = 3.47%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#960611 (or 0x960611) is known color: Sangria. HEX triplet: 96, 06 and 11. RGB value is (150,6,17). Sum of RGB (Red+Green+Blue) = 150+6+17=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #960611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960611 is #69F9EE. Grayscale: #323232. Windows color (decimal): -6945263 or 1115798. OLE color: 1115798.

HSL color Cylindrical-coordinate representation of color #960611: hue angle of 355.42º 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 #960611 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 6 17 -
CMYK 0 0.96 0.89 0.41
HSL 355.42º 0.92% 0.31% -
HSV(B) 355.42º 0.96% 0.59% -
XYZ 12.74 6.65 1.14 -
YUV 50.31 109.21 199.11 -
System Red Green Blue C M Y K H S L
Decimal 150 6 17 0 0.96 0.89 0.41 355.42 0.92 0.31
Hex 96 6 11 0 60 59 29 163 5C 1F
Octal 226 6 21 0 140 131 51 543 134 37
Binary 10010110 110 10001 0 1100000 1011001 101001 101100011 1011100 11111

Color Harmonies of #960611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960611

Black with #960611

Text Example


Text Example

White with #960611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960611; }

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

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

background-color css

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

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

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

border-color css

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

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

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