Html Css Color HEX #90375D Lipstick

📋 copy color: '#90375D'

red 144 ◦ green 55 ◦ blue 93

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

Shades of Lipstick #90375D

Tints of Lipstick #90375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.84%

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 49.32%
G = 18.84%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90375D (or 0x90375D) is known color: Lipstick. HEX triplet: 90, 37 and 5D. RGB value is (144,55,93). Sum of RGB (Red+Green+Blue) = 144+55+93=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90375D is #6FC8A2. Grayscale: #555555. Windows color (decimal): -7325859 or 6109072. OLE color: 6109072.

HSL color Cylindrical-coordinate representation of color #90375D: hue angle of 334.38º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90375D is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 55 93 -
CMYK 0 0.62 0.35 0.44
HSL 334.38º 0.45% 0.39% -
HSV(B) 334.38º 0.62% 0.56% -
XYZ 14.84 9.45 11.4 -
YUV 85.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 144 55 93 0 0.62 0.35 0.44 334.38 0.45 0.39
Hex 90 37 5D 0 3E 23 2C 14E 2D 27
Octal 220 67 135 0 76 43 54 516 55 47
Binary 10010000 110111 1011101 0 111110 100011 101100 101001110 101101 100111

Color Harmonies of #90375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90375D

Black with #90375D

Text Example


Text Example

White with #90375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90375D; }

 p { color: rgb(144,55,93); }

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

background-color css

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

 a { background-color: rgb(144,55,93); }

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

border-color css

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

 span { border-color: rgb(144,55,93); }

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