#910324

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

Shades of Carmine #910324

Tints of Carmine #910324

Color information

#910324 (or 0x910324) is unknown color: approx Carmine. HEX triplet: 91, 03 and 24. RGB value is (145,3,36). Sum of RGB (Red+Green+Blue) = 145+3+36=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #910324 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910324 is #6EFCDB. Grayscale: #313131. Windows color (decimal): -7273692 or 2360209. OLE color: 2360209.

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

Color convert

RGB145336-
CMYK00.980.750.43
HSL346.06º95.95%29.02%-
HSV(B)346.06º97.93%56.86%-
XYZ12.036.212.23-
YUV49.22120.54196.32-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 78.80%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 36 (14.45% from 255) = 19.57%
R=78.80%
G=1.63%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14533600.980.750.43346.0695.9529.02
Hex913240624B2B15a601d
Octal22134401421135353214035
Binary1001000111100100011000101001011101011101011010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910324; }

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

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

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

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

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

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

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

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