#91122A

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

Shades of Carmine #91122A

Tints of Carmine #91122A

Color information

#91122A (or 0x91122A) is unknown color: approx Carmine. HEX triplet: 91, 12 and 2A. RGB value is (145,18,42). Sum of RGB (Red+Green+Blue) = 145+18+42=205 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.73% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 145 - color contains mainly: red. Hex color #91122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91122A is #6EEDD5. Grayscale: #3A3A3A. Windows color (decimal): -7269846 or 2757265. OLE color: 2757265.

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

Color convert

RGB1451842-
CMYK00.880.710.43
HSL348.66º77.91%31.96%-
HSV(B)348.66º87.59%56.86%-
XYZ12.316.622.82-
YUV58.71118.58189.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 70.73%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=70.73%
G=8.78%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145184200.880.710.43348.6677.9131.96
Hex91122A058472B15d4e20
Octal221225201301075353511640
Binary10010001100101010100101100010001111010111010111011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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