#900519

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

Shades of Carmine #900519

Tints of Carmine #900519

Color information

#900519 (or 0x900519) is unknown color: approx Carmine. HEX triplet: 90, 05 and 19. RGB value is (144,5,25). Sum of RGB (Red+Green+Blue) = 144+5+25=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #900519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900519 is #6FFAE6. Grayscale: #303030. Windows color (decimal): -7338727 or 1639824. OLE color: 1639824.

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

Color convert

RGB144525-
CMYK00.970.830.44
HSL351.37º93.29%29.22%-
HSV(B)351.37º96.53%56.47%-
XYZ11.736.111.48-
YUV48.84114.55195.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 82.76%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=82.76%
G=2.87%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14452500.970.830.44351.3793.2929.22
Hex90519061532C15f5d1d
Octal22053101411235453713535
Binary1001000010111001011000011010011101100101011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900519; }

 p { color: rgb(144,5,25); }

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

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

 a { background-color: rgb(144,5,25); }

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

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

 span { border-color: rgb(144,5,25); }

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