Html Css Color HEX #900921 Carmine

📋 copy color: '#900921'

red 144 ◦ green 9 ◦ blue 33

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

Shades of Carmine #900921

Tints of Carmine #900921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.84%

 BLUE value IS 33 (13.28% from 255) = 17.74%

R = 77.42%
G = 4.84%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#900921 (or 0x900921) is known color: Carmine. HEX triplet: 90, 09 and 21. RGB value is (144,9,33). Sum of RGB (Red+Green+Blue) = 144+9+33=186 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.42% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 144 - color contains mainly: red. Hex color #900921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900921 is #6FF6DE. Grayscale: #343434. Windows color (decimal): -7337695 or 2165136. OLE color: 2165136.

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

Color convert

RGB 144 9 33 -
CMYK 0 0.94 0.77 0.44
HSL 349.33º 0.88% 0.3% -
HSV(B) 349.33º 0.94% 0.56% -
XYZ 11.87 6.23 2.02 -
YUV 52.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 144 9 33 0 0.94 0.77 0.44 349.33 0.88 0.3
Hex 90 9 21 0 5E 4D 2C 15D 58 1E
Octal 220 11 41 0 136 115 54 535 130 36
Binary 10010000 1001 100001 0 1011110 1001101 101100 101011101 1011000 11110

Color Harmonies of #900921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900921

Black with #900921

Text Example


Text Example

White with #900921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900921; }

 p { color: rgb(144,9,33); }

 H1.HeaderClassName
 {
   color: #900921;
 }
 .AnyTagClassName
 {
   color: #900921;
 }
</style>

background-color css

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

 a { background-color: rgb(144,9,33); }

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

border-color css

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

 span { border-color: rgb(144,9,33); }

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