#911416

Color #911416 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #911416

Tints of Sangria #911416

Color information

#911416 (or 0x911416) is unknown color: approx Sangria. HEX triplet: 91, 14 and 16. RGB value is (145,20,22). Sum of RGB (Red+Green+Blue) = 145+20+22=187 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.54% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 145 - color contains mainly: red. Hex color #911416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911416 is #6EEBE9. Grayscale: #393939. Windows color (decimal): -7269354 or 1447057. OLE color: 1447057.

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

Color convert

RGB1452022-
CMYK00.860.850.43
HSL359.04º75.76%32.35%-
HSV(B)359.04º86.21%56.86%-
XYZ12.076.581.39-
YUV57.6107.91190.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 77.54%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 22 (8.98% from 255) = 11.76%
R=77.54%
G=10.70%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145202200.860.850.43359.0475.7632.35
Hex911416056552B1674c20
Octal221242601261255354711440
Binary1001000110100101100101011010101011010111011001111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911416; }

 p { color: rgb(145,20,22); }

 H1.HeaderClassName
 {
   color: #911416;
 }
 .AnyTagClassName
 {
   color: #911416;
 }
</style>
background-color css

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

 a { background-color: rgb(145,20,22); }

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

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

 span { border-color: rgb(145,20,22); }

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