Html Css Color HEX #90385D Lipstick

📋 copy color: '#90385D'

red 144 ◦ green 56 ◦ blue 93

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

Shades of Lipstick #90385D

Tints of Lipstick #90385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.11%

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

R = 49.15%
G = 19.11%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#90385D (or 0x90385D) is known color: Lipstick. HEX triplet: 90, 38 and 5D. RGB value is (144,56,93). Sum of RGB (Red+Green+Blue) = 144+56+93=293 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.15% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 144 - color contains mainly: red. Hex color #90385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90385D is #6FC7A2. Grayscale: #565656. Windows color (decimal): -7325603 or 6109328. OLE color: 6109328.

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

Color convert

RGB 144 56 93 -
CMYK 0 0.61 0.35 0.44
HSL 334.77º 0.44% 0.39% -
HSV(B) 334.77º 0.61% 0.56% -
XYZ 14.89 9.55 11.41 -
YUV 86.53 131.65 168.99 -
System Red Green Blue C M Y K H S L
Decimal 144 56 93 0 0.61 0.35 0.44 334.77 0.44 0.39
Hex 90 38 5D 0 3D 23 2C 14F 2C 27
Octal 220 70 135 0 75 43 54 517 54 47
Binary 10010000 111000 1011101 0 111101 100011 101100 101001111 101100 100111

Color Harmonies of #90385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90385D

Black with #90385D

Text Example


Text Example

White with #90385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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