Html Css Color HEX #911113 Sangria

📋 copy color: '#911113'

red 145 ◦ green 17 ◦ blue 19

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

Shades of Sangria #911113

Tints of Sangria #911113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.5%

R = 80.11%
G = 9.39%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#911113 (or 0x911113) is known color: Sangria. HEX triplet: 91, 11 and 13. RGB value is (145,17,19). Sum of RGB (Red+Green+Blue) = 145+17+19=181 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.11% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 145 - color contains mainly: red. Hex color #911113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911113 is #6EEEEC. Grayscale: #373737. Windows color (decimal): -7270125 or 1249681. OLE color: 1249681.

HSL color Cylindrical-coordinate representation of color #911113: hue angle of 359.06º 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 #911113 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 17 19 -
CMYK 0 0.88 0.87 0.43
HSL 359.06º 0.79% 0.32% -
HSV(B) 359.06º 0.88% 0.57% -
XYZ 12 6.47 1.23 -
YUV 55.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 145 17 19 0 0.88 0.87 0.43 359.06 0.79 0.32
Hex 91 11 13 0 58 57 2B 167 4F 20
Octal 221 21 23 0 130 127 53 547 117 40
Binary 10010001 10001 10011 0 1011000 1010111 101011 101100111 1001111 100000

Color Harmonies of #911113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911113

Black with #911113

Text Example


Text Example

White with #911113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911113; }

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

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

background-color css

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

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

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

border-color css

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

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

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