#91181A

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

Shades of Carmine #91181A

Tints of Carmine #91181A

Color information

#91181A (or 0x91181A) is unknown color: approx Carmine. HEX triplet: 91, 18 and 1A. RGB value is (145,24,26). Sum of RGB (Red+Green+Blue) = 145+24+26=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 26 (10.55% from 255 or 13.33% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #91181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91181A is #6EE7E5. Grayscale: #3C3C3C. Windows color (decimal): -7268326 or 1710225. OLE color: 1710225.

HSL color Cylindrical-coordinate representation of color #91181A: hue angle of 359.01º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91181A is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1452426-
CMYK00.830.820.43
HSL359.01º71.6%33.14%-
HSV(B)359.01º83.45%56.86%-
XYZ12.196.751.64-
YUV60.41108.59188.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 74.36%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 26 (10.55% from 255) = 13.33%
R=74.36%
G=12.31%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145242600.830.820.43359.0171.633.14
Hex91181A053522B1674821
Octal221303201231225354711041
Binary1001000111000110100101001110100101010111011001111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91181A; }

 p { color: rgb(145,24,26); }

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

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

 a { background-color: rgb(145,24,26); }

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

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

 span { border-color: rgb(145,24,26); }

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