Html Css Color HEX #901321 Carmine

📋 copy color: '#901321'

red 144 ◦ green 19 ◦ blue 33

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

Shades of Carmine #901321

Tints of Carmine #901321

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

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

R = 73.47%
G = 9.69%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#901321 (or 0x901321) is known color: Carmine. HEX triplet: 90, 13 and 21. RGB value is (144,19,33). Sum of RGB (Red+Green+Blue) = 144+19+33=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #901321 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901321 is #6FECDE. Grayscale: #3A3A3A. Windows color (decimal): -7335135 or 2167696. OLE color: 2167696.

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

Color convert

RGB 144 19 33 -
CMYK 0 0.87 0.77 0.44
HSL 353.28º 0.77% 0.32% -
HSV(B) 353.28º 0.87% 0.56% -
XYZ 12.01 6.5 2.06 -
YUV 57.97 113.91 189.36 -
System Red Green Blue C M Y K H S L
Decimal 144 19 33 0 0.87 0.77 0.44 353.28 0.77 0.32
Hex 90 13 21 0 57 4D 2C 161 4D 20
Octal 220 23 41 0 127 115 54 541 115 40
Binary 10010000 10011 100001 0 1010111 1001101 101100 101100001 1001101 100000

Color Harmonies of #901321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901321

Black with #901321

Text Example


Text Example

White with #901321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901321; }

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

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

background-color css

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

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

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

border-color css

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

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

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