Html Css Color HEX #961415 Sangria

📋 copy color: '#961415'

red 150 ◦ green 20 ◦ blue 21

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

Shades of Sangria #961415

Tints of Sangria #961415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.47%

 BLUE value IS 21 (8.59% from 255) = 10.99%

R = 78.53%
G = 10.47%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#961415 (or 0x961415) is known color: Sangria. HEX triplet: 96, 14 and 15. RGB value is (150,20,21). Sum of RGB (Red+Green+Blue) = 150+20+21=191 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.53% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 150 - color contains mainly: red. Hex color #961415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961415 is #69EBEA. Grayscale: #3B3B3B. Windows color (decimal): -6941675 or 1381526. OLE color: 1381526.

HSL color Cylindrical-coordinate representation of color #961415: hue angle of 359.54º degrees, saturation: 0.76, 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 #961415 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 20 21 -
CMYK 0 0.87 0.86 0.41
HSL 359.54º 0.76% 0.33% -
HSV(B) 359.54º 0.87% 0.59% -
XYZ 12.96 7.04 1.38 -
YUV 58.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 150 20 21 0 0.87 0.86 0.41 359.54 0.76 0.33
Hex 96 14 15 0 57 56 29 168 4C 21
Octal 226 24 25 0 127 126 51 550 114 41
Binary 10010110 10100 10101 0 1010111 1010110 101001 101101000 1001100 100001

Color Harmonies of #961415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961415

Black with #961415

Text Example


Text Example

White with #961415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961415; }

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

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

background-color css

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

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

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

border-color css

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

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

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