#910116

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

Shades of Carmine #910116

Tints of Carmine #910116

Color information

#910116 (or 0x910116) is unknown color: approx Carmine. HEX triplet: 91, 01 and 16. RGB value is (145,1,22). Sum of RGB (Red+Green+Blue) = 145+1+22=168 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.31% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 145 - color contains mainly: red. Hex color #910116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910116 is #6EFEE9. Grayscale: #2E2E2E. Windows color (decimal): -7274218 or 1442193. OLE color: 1442193.

HSL color Cylindrical-coordinate representation of color #910116: hue angle of 351.25º degrees, saturation: 0.99, 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 #910116 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB145122-
CMYK00.990.850.43
HSL351.25º98.63%28.63%-
HSV(B)351.25º99.31%56.86%-
XYZ11.836.11.31-
YUV46.45114.21198.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 86.31%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=86.31%
G=0.60%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512200.990.850.43351.2598.6328.63
Hex91116063552B15f631d
Octal22112601431255353714335
Binary10010001110110011000111010101101011101011111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910116; }

 p { color: rgb(145,1,22); }

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

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

 a { background-color: rgb(145,1,22); }

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

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

 span { border-color: rgb(145,1,22); }

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