#900720

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

Shades of Carmine #900720

Tints of Carmine #900720

Color information

#900720 (or 0x900720) is unknown color: approx Carmine. HEX triplet: 90, 07 and 20. RGB value is (144,7,32). Sum of RGB (Red+Green+Blue) = 144+7+32=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #900720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900720 is #6FF8DF. Grayscale: #323232. Windows color (decimal): -7338208 or 2099088. OLE color: 2099088.

HSL color Cylindrical-coordinate representation of color #900720: hue angle of 349.05º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900720 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB144732-
CMYK00.950.780.44
HSL349.05º90.73%29.61%-
HSV(B)349.05º95.14%56.47%-
XYZ11.846.191.94-
YUV50.81117.39194.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 78.69%
GREEN value IS 7 (3.12% from 255) = 3.83%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=78.69%
G=3.83%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14473200.950.780.44349.0590.7329.61
Hex9072005F4E2C15d5b1e
Octal22074001371165453513336
Binary10010000111100000010111111001110101100101011101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900720; }

 p { color: rgb(144,7,32); }

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

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

 a { background-color: rgb(144,7,32); }

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

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

 span { border-color: rgb(144,7,32); }

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