Html Css Color HEX #90375F Lipstick

📋 copy color: '#90375F'

red 144 ◦ green 55 ◦ blue 95

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

Shades of Lipstick #90375F

Tints of Lipstick #90375F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 48.98%
G = 18.71%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#90375F (or 0x90375F) is known color: Lipstick. HEX triplet: 90, 37 and 5F. RGB value is (144,55,95). Sum of RGB (Red+Green+Blue) = 144+55+95=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #90375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90375F is #6FC8A0. Grayscale: #565656. Windows color (decimal): -7325857 or 6240144. OLE color: 6240144.

HSL color Cylindrical-coordinate representation of color #90375F: hue angle of 333.03º 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 #90375F is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 55 95 -
CMYK 0 0.62 0.34 0.44
HSL 333.03º 0.45% 0.39% -
HSV(B) 333.03º 0.62% 0.56% -
XYZ 14.93 9.49 11.87 -
YUV 86.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 144 55 95 0 0.62 0.34 0.44 333.03 0.45 0.39
Hex 90 37 5F 0 3E 22 2C 14D 2D 27
Octal 220 67 137 0 76 42 54 515 55 47
Binary 10010000 110111 1011111 0 111110 100010 101100 101001101 101101 100111

Color Harmonies of #90375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90375F

Black with #90375F

Text Example


Text Example

White with #90375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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