#91071B

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

Shades of Carmine #91071B

Tints of Carmine #91071B

Color information

#91071B (or 0x91071B) is unknown color: approx Carmine. HEX triplet: 91, 07 and 1B. RGB value is (145,7,27). Sum of RGB (Red+Green+Blue) = 145+7+27=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #91071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91071B is #6EF8E4. Grayscale: #323232. Windows color (decimal): -7272677 or 1771409. OLE color: 1771409.

HSL color Cylindrical-coordinate representation of color #91071B: hue angle of 351.3º 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 #91071B is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB145727-
CMYK00.950.810.43
HSL351.3º90.79%29.8%-
HSV(B)351.3º95.17%56.86%-
XYZ11.956.251.61-
YUV50.54114.72195.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 81.01%
GREEN value IS 7 (3.12% from 255) = 3.91%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=81.01%
G=3.91%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14572700.950.810.43351.390.7929.8
Hex9171B05F512B15f5b1e
Octal22173301371215353713336
Binary1001000111111011010111111010001101011101011111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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