#91161E

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

Shades of Carmine #91161E

Tints of Carmine #91161E

Color information

#91161E (or 0x91161E) is unknown color: approx Carmine. HEX triplet: 91, 16 and 1E. RGB value is (145,22,30). Sum of RGB (Red+Green+Blue) = 145+22+30=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #91161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91161E is #6EE9E1. Grayscale: #3B3B3B. Windows color (decimal): -7268834 or 1971857. OLE color: 1971857.

HSL color Cylindrical-coordinate representation of color #91161E: hue angle of 356.1º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #91161E is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1452230-
CMYK00.850.790.43
HSL356.1º73.65%32.75%-
HSV(B)356.1º84.83%56.86%-
XYZ12.26.691.88-
YUV59.69111.25188.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 73.60%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=73.60%
G=11.17%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145223000.850.790.43356.173.6532.75
Hex91161E0554F2B1644a21
Octal221263601251175354411241
Binary1001000110110111100101010110011111010111011001001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91161E; }

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

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

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

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

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

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

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

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