#910518

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

Shades of Carmine #910518

Tints of Carmine #910518

Color information

#910518 (or 0x910518) is unknown color: approx Carmine. HEX triplet: 91, 05 and 18. RGB value is (145,5,24). Sum of RGB (Red+Green+Blue) = 145+5+24=174 (23% of max value = 765). Red value is 145 (57.03% from 255 or 83.33% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 145 - color contains mainly: red. Hex color #910518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910518 is #6EFAE7. Grayscale: #313131. Windows color (decimal): -7273192 or 1574289. OLE color: 1574289.

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

Color convert

RGB145524-
CMYK00.970.830.43
HSL351.86º93.33%29.41%-
HSV(B)351.86º96.55%56.86%-
XYZ11.96.191.43-
YUV49.03113.88196.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 83.33%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=83.33%
G=2.87%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14552400.970.830.43351.8693.3329.41
Hex91518061532B1605d1d
Octal22153001411235354013535
Binary1001000110111000011000011010011101011101100000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910518; }

 p { color: rgb(145,5,24); }

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

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

 a { background-color: rgb(145,5,24); }

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

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

 span { border-color: rgb(145,5,24); }

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