#91121F

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

Shades of Carmine #91121F

Tints of Carmine #91121F

Color information

#91121F (or 0x91121F) is unknown color: approx Carmine. HEX triplet: 91, 12 and 1F. RGB value is (145,18,31). Sum of RGB (Red+Green+Blue) = 145+18+31=194 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.74% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 145 - color contains mainly: red. Hex color #91121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91121F is #6EEDE0. Grayscale: #393939. Windows color (decimal): -7269857 or 2036369. OLE color: 2036369.

HSL color Cylindrical-coordinate representation of color #91121F: hue angle of 353.86º degrees, saturation: 0.78, 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 #91121F is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB1451831-
CMYK00.880.790.43
HSL353.86º77.91%31.96%-
HSV(B)353.86º87.59%56.86%-
XYZ12.146.551.92-
YUV57.45113.08190.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 74.74%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 31 (12.5% from 255) = 15.98%
R=74.74%
G=9.28%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145183100.880.790.43353.8677.9131.96
Hex91121F0584F2B1624e20
Octal221223701301175354211640
Binary1001000110010111110101100010011111010111011000101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91121F; }

 p { color: rgb(145,18,31); }

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

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

 a { background-color: rgb(145,18,31); }

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

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

 span { border-color: rgb(145,18,31); }

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