Html Css Color HEX #90161F Carmine

📋 copy color: '#90161F'

red 144 ◦ green 22 ◦ blue 31

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

Shades of Carmine #90161F

Tints of Carmine #90161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.17%

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

R = 73.1%
G = 11.17%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90161F (or 0x90161F) is known color: Carmine. HEX triplet: 90, 16 and 1F. RGB value is (144,22,31). Sum of RGB (Red+Green+Blue) = 144+22+31=197 (26% of max value = 765). Red value is 144 (56.64% from 255 or 73.10% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 31 (12.5% from 255 or 15.74% from 197); Max value from RGB is 144 - color contains mainly: red. Hex color #90161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90161F is #6FE9E0. Grayscale: #3B3B3B. Windows color (decimal): -7334369 or 2037392. OLE color: 2037392.

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

Color convert

RGB 144 22 31 -
CMYK 0 0.85 0.78 0.44
HSL 355.57º 0.73% 0.33% -
HSV(B) 355.57º 0.85% 0.56% -
XYZ 12.04 6.6 1.94 -
YUV 59.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 144 22 31 0 0.85 0.78 0.44 355.57 0.73 0.33
Hex 90 16 1F 0 55 4E 2C 164 49 21
Octal 220 26 37 0 125 116 54 544 111 41
Binary 10010000 10110 11111 0 1010101 1001110 101100 101100100 1001001 100001

Color Harmonies of #90161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90161F

Black with #90161F

Text Example


Text Example

White with #90161F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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