Html Css Color HEX #90255C Lipstick

📋 copy color: '#90255C'

red 144 ◦ green 37 ◦ blue 92

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

Shades of Lipstick #90255C

Tints of Lipstick #90255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

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

R = 52.75%
G = 13.55%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#90255C (or 0x90255C) is known color: Lipstick. HEX triplet: 90, 25 and 5C. RGB value is (144,37,92). Sum of RGB (Red+Green+Blue) = 144+37+92=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90255C is #6FDAA3. Grayscale: #4B4B4B. Windows color (decimal): -7330468 or 6038928. OLE color: 6038928.

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

Color convert

RGB 144 37 92 -
CMYK 0 0.74 0.36 0.44
HSL 329.16º 0.59% 0.35% -
HSV(B) 329.16º 0.74% 0.56% -
XYZ 14.09 8.03 10.93 -
YUV 75.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 144 37 92 0 0.74 0.36 0.44 329.16 0.59 0.35
Hex 90 25 5C 0 4A 24 2C 149 3B 23
Octal 220 45 134 0 112 44 54 511 73 43
Binary 10010000 100101 1011100 0 1001010 100100 101100 101001001 111011 100011

Color Harmonies of #90255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90255C

Black with #90255C

Text Example


Text Example

White with #90255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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