Html Css Color HEX #9B325A Lipstick

📋 copy color: '#9B325A'

red 155 ◦ green 50 ◦ blue 90

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

Shades of Lipstick #9B325A

Tints of Lipstick #9B325A

RGB

 RED value IS 155 (60.94% from 255) = 52.54%

 GREEN value IS 50 (19.92% from 255) = 16.95%

 BLUE value IS 90 (35.55% from 255) = 30.51%

R = 52.54%
G = 16.95%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B325A (or 0x9B325A) is known color: Lipstick. HEX triplet: 9B, 32 and 5A. RGB value is (155,50,90). Sum of RGB (Red+Green+Blue) = 155+50+90=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B325A is #64CDA5. Grayscale: #555555. Windows color (decimal): -6606246 or 5911195. OLE color: 5911195.

HSL color Cylindrical-coordinate representation of color #9B325A: hue angle of 337.14º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B325A is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 50 90 -
CMYK 0 0.68 0.42 0.39
HSL 337.14º 0.51% 0.4% -
HSV(B) 337.14º 0.68% 0.61% -
XYZ 16.5 9.99 10.73 -
YUV 85.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 155 50 90 0 0.68 0.42 0.39 337.14 0.51 0.4
Hex 9B 32 5A 0 44 2A 27 151 33 28
Octal 233 62 132 0 104 52 47 521 63 50
Binary 10011011 110010 1011010 0 1000100 101010 100111 101010001 110011 101000

Color Harmonies of #9B325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B325A

Black with #9B325A

Text Example


Text Example

White with #9B325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B325A; }

 p { color: rgb(155,50,90); }

 H1.HeaderClassName
 {
   color: #9B325A;
 }
 .AnyTagClassName
 {
   color: #9B325A;
 }
</style>

background-color css

<style>
 a { background-color: #9B325A; }

 a { background-color: rgb(155,50,90); }

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

border-color css

<style>
 span { border-color: #9B325A; }

 span { border-color: rgb(155,50,90); }

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