Html Css Color HEX #90355C Lipstick

📋 copy color: '#90355C'

red 144 ◦ green 53 ◦ blue 92

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

Shades of Lipstick #90355C

Tints of Lipstick #90355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

 BLUE value IS 92 (36.33% from 255) = 31.83%

R = 49.83%
G = 18.34%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90355C (or 0x90355C) is known color: Lipstick. HEX triplet: 90, 35 and 5C. RGB value is (144,53,92). Sum of RGB (Red+Green+Blue) = 144+53+92=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #90355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90355C is #6FCAA3. Grayscale: #545454. Windows color (decimal): -7326372 or 6043024. OLE color: 6043024.

HSL color Cylindrical-coordinate representation of color #90355C: hue angle of 334.29º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #90355C is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 53 92 -
CMYK 0 0.63 0.36 0.44
HSL 334.29º 0.46% 0.39% -
HSV(B) 334.29º 0.63% 0.56% -
XYZ 14.71 9.25 11.14 -
YUV 84.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 144 53 92 0 0.63 0.36 0.44 334.29 0.46 0.39
Hex 90 35 5C 0 3F 24 2C 14E 2E 27
Octal 220 65 134 0 77 44 54 516 56 47
Binary 10010000 110101 1011100 0 111111 100100 101100 101001110 101110 100111

Color Harmonies of #90355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90355C

Black with #90355C

Text Example


Text Example

White with #90355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90355C; }

 p { color: rgb(144,53,92); }

 H1.HeaderClassName
 {
   color: #90355C;
 }
 .AnyTagClassName
 {
   color: #90355C;
 }
</style>

background-color css

<style>
 a { background-color: #90355C; }

 a { background-color: rgb(144,53,92); }

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

border-color css

<style>
 span { border-color: #90355C; }

 span { border-color: rgb(144,53,92); }

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