Html Css Color HEX #90255B Lipstick

📋 copy color: '#90255B'

red 144 ◦ green 37 ◦ blue 91

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

Shades of Lipstick #90255B

Tints of Lipstick #90255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 52.94%
G = 13.6%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#90255B (or 0x90255B) is known color: Lipstick. HEX triplet: 90, 25 and 5B. RGB value is (144,37,91). Sum of RGB (Red+Green+Blue) = 144+37+91=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90255B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90255B is #6FDAA4. Grayscale: #4B4B4B. Windows color (decimal): -7330469 or 5973392. OLE color: 5973392.

HSL color Cylindrical-coordinate representation of color #90255B: hue angle of 329.72º 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 #90255B is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 37 91 -
CMYK 0 0.74 0.37 0.44
HSL 329.72º 0.59% 0.35% -
HSV(B) 329.72º 0.74% 0.56% -
XYZ 14.05 8.01 10.7 -
YUV 75.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 144 37 91 0 0.74 0.37 0.44 329.72 0.59 0.35
Hex 90 25 5B 0 4A 25 2C 14A 3B 23
Octal 220 45 133 0 112 45 54 512 73 43
Binary 10010000 100101 1011011 0 1001010 100101 101100 101001010 111011 100011

Color Harmonies of #90255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90255B

Black with #90255B

Text Example


Text Example

White with #90255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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