Html Css Color HEX #961314 Sangria

📋 copy color: '#961314'

red 150 ◦ green 19 ◦ blue 20

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

Shades of Sangria #961314

Tints of Sangria #961314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

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

R = 79.37%
G = 10.05%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#961314 (or 0x961314) is known color: Sangria. HEX triplet: 96, 13 and 14. RGB value is (150,19,20). Sum of RGB (Red+Green+Blue) = 150+19+20=189 (25% of max value = 765). Red value is 150 (58.98% from 255 or 79.37% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 20 (8.20% from 255 or 10.58% from 189); Max value from RGB is 150 - color contains mainly: red. Hex color #961314 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961314 is #69ECEB. Grayscale: #3A3A3A. Windows color (decimal): -6941932 or 1315734. OLE color: 1315734.

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

Color convert

RGB 150 19 20 -
CMYK 0 0.87 0.87 0.41
HSL 359.54º 0.78% 0.33% -
HSV(B) 359.54º 0.87% 0.59% -
XYZ 12.94 7 1.33 -
YUV 58.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 150 19 20 0 0.87 0.87 0.41 359.54 0.78 0.33
Hex 96 13 14 0 57 57 29 168 4E 21
Octal 226 23 24 0 127 127 51 550 116 41
Binary 10010110 10011 10100 0 1010111 1010111 101001 101101000 1001110 100001

Color Harmonies of #961314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961314

Black with #961314

Text Example


Text Example

White with #961314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961314; }

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

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

background-color css

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

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

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

border-color css

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

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

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