Html Css Color HEX #961114 Sangria

📋 copy color: '#961114'

red 150 ◦ green 17 ◦ blue 20

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

Shades of Sangria #961114

Tints of Sangria #961114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 20 (8.2% from 255) = 10.7%

R = 80.21%
G = 9.09%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#961114 (or 0x961114) is known color: Sangria. HEX triplet: 96, 11 and 14. RGB value is (150,17,20). Sum of RGB (Red+Green+Blue) = 150+17+20=187 (24% of max value = 765). Red value is 150 (58.98% from 255 or 80.21% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 20 (8.20% from 255 or 10.70% from 187); Max value from RGB is 150 - color contains mainly: red. Hex color #961114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961114 is #69EEEB. Grayscale: #393939. Windows color (decimal): -6942444 or 1315222. OLE color: 1315222.

HSL color Cylindrical-coordinate representation of color #961114: hue angle of 358.65º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961114 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 17 20 -
CMYK 0 0.89 0.87 0.41
HSL 358.65º 0.8% 0.33% -
HSV(B) 358.65º 0.89% 0.59% -
XYZ 12.9 6.94 1.32 -
YUV 57.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 150 17 20 0 0.89 0.87 0.41 358.65 0.8 0.33
Hex 96 11 14 0 59 57 29 167 50 21
Octal 226 21 24 0 131 127 51 547 120 41
Binary 10010110 10001 10100 0 1011001 1010111 101001 101100111 1010000 100001

Color Harmonies of #961114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961114

Black with #961114

Text Example


Text Example

White with #961114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961114; }

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

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

background-color css

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

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

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

border-color css

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

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

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