Html Css Color HEX #900720 Carmine

📋 copy color: '#900720'

red 144 ◦ green 7 ◦ blue 32

#900720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #900720

Tints of Carmine #900720

RGB

 RED value IS 144 (56.64% from 255) = 78.69%

 GREEN value IS 7 (3.13% 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 value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#900720 (or 0x900720) is known color: 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

RGB 144 7 32 -
CMYK 0 0.95 0.78 0.44
HSL 349.05º 0.91% 0.3% -
HSV(B) 349.05º 0.95% 0.56% -
XYZ 11.84 6.19 1.94 -
YUV 50.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 144 7 32 0 0.95 0.78 0.44 349.05 0.91 0.3
Hex 90 7 20 0 5F 4E 2C 15D 5B 1E
Octal 220 7 40 0 137 116 54 535 133 36
Binary 10010000 111 100000 0 1011111 1001110 101100 101011101 1011011 11110

Color Harmonies of #900720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900720

Black with #900720

Text Example


Text Example

White with #900720

Text Example


Text Example

HTML Codes & Css Web 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>