Html Css Color HEX #90121F Carmine

📋 copy color: '#90121F'

red 144 ◦ green 18 ◦ blue 31

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

Shades of Carmine #90121F

Tints of Carmine #90121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

 BLUE value IS 31 (12.5% from 255) = 16.06%

R = 74.61%
G = 9.33%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90121F (or 0x90121F) is known color: Carmine. HEX triplet: 90, 12 and 1F. RGB value is (144,18,31). Sum of RGB (Red+Green+Blue) = 144+18+31=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #90121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90121F is #6FEDE0. Grayscale: #393939. Windows color (decimal): -7335393 or 2036368. OLE color: 2036368.

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

Color convert

RGB 144 18 31 -
CMYK 0 0.88 0.78 0.44
HSL 353.81º 0.78% 0.32% -
HSV(B) 353.81º 0.88% 0.56% -
XYZ 11.97 6.46 1.91 -
YUV 57.16 113.24 189.94 -
System Red Green Blue C M Y K H S L
Decimal 144 18 31 0 0.88 0.78 0.44 353.81 0.78 0.32
Hex 90 12 1F 0 58 4E 2C 162 4E 20
Octal 220 22 37 0 130 116 54 542 116 40
Binary 10010000 10010 11111 0 1011000 1001110 101100 101100010 1001110 100000

Color Harmonies of #90121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90121F

Black with #90121F

Text Example


Text Example

White with #90121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90121F; }

 p { color: rgb(144,18,31); }

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

background-color css

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

 a { background-color: rgb(144,18,31); }

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

border-color css

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

 span { border-color: rgb(144,18,31); }

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