#91091A

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

Shades of Carmine #91091A

Tints of Carmine #91091A

Color information

#91091A (or 0x91091A) is unknown color: approx Carmine. HEX triplet: 91, 09 and 1A. RGB value is (145,9,26). Sum of RGB (Red+Green+Blue) = 145+9+26=180 (23% of max value = 765). Red value is 145 (57.03% from 255 or 80.56% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 26 (10.55% from 255 or 14.44% from 180); Max value from RGB is 145 - color contains mainly: red. Hex color #91091A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91091A is #6EF6E5. Grayscale: #333333. Windows color (decimal): -7272166 or 1706385. OLE color: 1706385.

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

Color convert

RGB145926-
CMYK00.940.820.43
HSL352.5º88.31%30.2%-
HSV(B)352.5º93.79%56.86%-
XYZ11.966.291.56-
YUV51.6113.56194.62-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 80.56%
GREEN value IS 9 (3.91% from 255) = 5%
BLUE value IS 26 (10.55% from 255) = 14.44%
R=80.56%
G=5%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14592600.940.820.43352.588.3130.2
Hex9191A05E522B160581e
Octal221113201361225354013036
Binary10010001100111010010111101010010101011101100000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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