#91121D

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

Shades of Carmine #91121D

Tints of Carmine #91121D

Color information

#91121D (or 0x91121D) is unknown color: approx Carmine. HEX triplet: 91, 12 and 1D. RGB value is (145,18,29). Sum of RGB (Red+Green+Blue) = 145+18+29=192 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.52% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 145 - color contains mainly: red. Hex color #91121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91121D is #6EEDE2. Grayscale: #393939. Windows color (decimal): -7269859 or 1905297. OLE color: 1905297.

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

Color convert

RGB1451829-
CMYK00.880.80.43
HSL354.8º77.91%31.96%-
HSV(B)354.8º87.59%56.86%-
XYZ12.126.541.79-
YUV57.23112.08190.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 75.52%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=75.52%
G=9.38%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.8
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145182900.880.80.43354.877.9131.96
Hex91121D058502B1634e20
Octal221223501301205354311640
Binary1001000110010111010101100010100001010111011000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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