#910524

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

Shades of Carmine #910524

Tints of Carmine #910524

Color information

#910524 (or 0x910524) is unknown color: approx Carmine. HEX triplet: 91, 05 and 24. RGB value is (145,5,36). Sum of RGB (Red+Green+Blue) = 145+5+36=186 (24% of max value = 765). Red value is 145 (57.03% from 255 or 77.96% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 145 - color contains mainly: red. Hex color #910524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910524 is #6EFADB. Grayscale: #323232. Windows color (decimal): -7273180 or 2360721. OLE color: 2360721.

HSL color Cylindrical-coordinate representation of color #910524: hue angle of 346.71º 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 #910524 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB145536-
CMYK00.970.750.43
HSL346.71º93.33%29.41%-
HSV(B)346.71º96.55%56.86%-
XYZ12.056.262.24-
YUV50.39119.88195.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 77.96%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 36 (14.45% from 255) = 19.35%
R=77.96%
G=2.69%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14553600.970.750.43346.7193.3329.41
Hex915240614B2B15b5d1d
Octal22154401411135353313535
Binary10010001101100100011000011001011101011101011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910524; }

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

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

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

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

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

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

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

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