#91021E

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

Shades of Carmine #91021E

Tints of Carmine #91021E

Color information

#91021E (or 0x91021E) is unknown color: approx Carmine. HEX triplet: 91, 02 and 1E. RGB value is (145,2,30). Sum of RGB (Red+Green+Blue) = 145+2+30=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #91021E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91021E is #6EFDE1. Grayscale: #2F2F2F. Windows color (decimal): -7273954 or 1966737. OLE color: 1966737.

HSL color Cylindrical-coordinate representation of color #91021E: hue angle of 348.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91021E is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB145230-
CMYK00.990.790.43
HSL348.25º97.28%28.82%-
HSV(B)348.25º98.62%56.86%-
XYZ11.936.161.79-
YUV47.95117.88197.22-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 81.92%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=81.92%
G=1.13%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14523000.990.790.43348.2597.2828.82
Hex9121E0634F2B15c611d
Octal22123601431175353414135
Binary100100011011110011000111001111101011101011100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91021E; }

 p { color: rgb(145,2,30); }

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

<style>
 a { background-color: #91021E; }

 a { background-color: rgb(145,2,30); }

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

<style>
 span { border-color: #91021E; }

 span { border-color: rgb(145,2,30); }

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