Html Css Color HEX #911115 Sangria

📋 copy color: '#911115'

red 145 ◦ green 17 ◦ blue 21

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

Shades of Sangria #911115

Tints of Sangria #911115

RGB

 RED value IS 145 (57.03% from 255) = 79.23%

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

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

R = 79.23%
G = 9.29%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#911115 (or 0x911115) is known color: Sangria. HEX triplet: 91, 11 and 15. RGB value is (145,17,21). Sum of RGB (Red+Green+Blue) = 145+17+21=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #911115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911115 is #6EEEEA. Grayscale: #373737. Windows color (decimal): -7270123 or 1380753. OLE color: 1380753.

HSL color Cylindrical-coordinate representation of color #911115: hue angle of 358.12º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911115 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 17 21 -
CMYK 0 0.88 0.86 0.43
HSL 358.13º 0.79% 0.32% -
HSV(B) 358.13º 0.88% 0.57% -
XYZ 12.01 6.47 1.33 -
YUV 55.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 145 17 21 0 0.88 0.86 0.43 358.13 0.79 0.32
Hex 91 11 15 0 58 56 2B 166 4F 20
Octal 221 21 25 0 130 126 53 546 117 40
Binary 10010001 10001 10101 0 1011000 1010110 101011 101100110 1001111 100000

Color Harmonies of #911115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911115

Black with #911115

Text Example


Text Example

White with #911115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911115; }

 p { color: rgb(145,17,21); }

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

background-color css

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

 a { background-color: rgb(145,17,21); }

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

border-color css

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

 span { border-color: rgb(145,17,21); }

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