#900722

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

Shades of Carmine #900722

Tints of Carmine #900722

Color information

#900722 (or 0x900722) is unknown color: approx Carmine. HEX triplet: 90, 07 and 22. RGB value is (144,7,34). Sum of RGB (Red+Green+Blue) = 144+7+34=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 34 (13.67% from 255 or 18.38% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #900722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900722 is #6FF8DD. Grayscale: #333333. Windows color (decimal): -7338206 or 2230160. OLE color: 2230160.

HSL color Cylindrical-coordinate representation of color #900722: hue angle of 348.18º 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 #900722 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB144734-
CMYK00.950.760.44
HSL348.18º90.73%29.61%-
HSV(B)348.18º95.14%56.47%-
XYZ11.876.22.08-
YUV51.04118.39194.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 77.84%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 34 (13.67% from 255) = 18.38%
R=77.84%
G=3.78%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14473400.950.760.44348.1890.7329.61
Hex9072205F4C2C15c5b1e
Octal22074201371145453413336
Binary10010000111100010010111111001100101100101011100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900722; }

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

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

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

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

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

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

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

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