#91071f

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

Shades of Carmine #91071F

Tints of Carmine #91071F

Color information

#91071F (or 0x91071F) is unknown color: approx Carmine. HEX triplet: 91, 07 and 1F. RGB value is (145,7,31). Sum of RGB (Red+Green+Blue) = 145+7+31=183 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.23% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 145 - color contains mainly: red. Hex color #91071F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91071F is #6EF8E0. Grayscale: #333333. Windows color (decimal): -7272673 or 2033553. OLE color: 2033553.

HSL color Cylindrical-coordinate representation of color #91071F: hue angle of 349.57º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #91071F is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB145731-
CMYK00.950.790.43
HSL349.57º90.79%29.8%-
HSV(B)349.57º95.17%56.86%-
XYZ126.271.87-
YUV51116.72195.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 79.23%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 31 (12.5% from 255) = 16.94%
R=79.23%
G=3.83%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14573100.950.790.43349.5790.7929.8
Hex9171F05F4F2B15e5b1e
Octal22173701371175353613336
Binary1001000111111111010111111001111101011101011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91071f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91071f; }

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

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

<style>
 a { background-color: #91071f; }

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

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

<style>
 span { border-color: #91071f; }

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

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