#910924

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

Shades of Carmine #910924

Tints of Carmine #910924

Color information

#910924 (or 0x910924) is unknown color: approx Carmine. HEX triplet: 91, 09 and 24. RGB value is (145,9,36). Sum of RGB (Red+Green+Blue) = 145+9+36=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #910924 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910924 is #6EF6DB. Grayscale: #343434. Windows color (decimal): -7272156 or 2361745. OLE color: 2361745.

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

Color convert

RGB145936-
CMYK00.940.750.43
HSL348.09º88.31%30.2%-
HSV(B)348.09º93.79%56.86%-
XYZ12.096.342.26-
YUV52.74118.56193.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 76.32%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=76.32%
G=4.74%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14593600.940.750.43348.0988.3130.2
Hex9192405E4B2B15c581e
Octal221114401361135353413036
Binary100100011001100100010111101001011101011101011100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910924; }

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

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

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

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

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

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

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

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