#910914

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

Shades of Carmine #910914

Tints of Carmine #910914

Color information

#910914 (or 0x910914) is unknown color: approx Carmine. HEX triplet: 91, 09 and 14. RGB value is (145,9,20). Sum of RGB (Red+Green+Blue) = 145+9+20=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #910914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910914 is #6EF6EB. Grayscale: #333333. Windows color (decimal): -7272172 or 1313169. OLE color: 1313169.

HSL color Cylindrical-coordinate representation of color #910914: hue angle of 355.15º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910914 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB145920-
CMYK00.940.860.43
HSL355.15º88.31%30.2%-
HSV(B)355.15º93.79%56.86%-
XYZ11.96.271.24-
YUV50.92110.56195.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 83.33%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=83.33%
G=5.17%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14592000.940.860.43355.1588.3130.2
Hex9191405E562B163581e
Octal221112401361265354313036
Binary10010001100110100010111101010110101011101100011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910914; }

 p { color: rgb(145,9,20); }

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

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

 a { background-color: rgb(145,9,20); }

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

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

 span { border-color: rgb(145,9,20); }

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