Html Css Color HEX #9B3059 Lipstick

📋 copy color: '#9B3059'

red 155 ◦ green 48 ◦ blue 89

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

Shades of Lipstick #9B3059

Tints of Lipstick #9B3059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.44%

 BLUE value IS 89 (35.16% from 255) = 30.48%

R = 53.08%
G = 16.44%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9B3059 (or 0x9B3059) is known color: Lipstick. HEX triplet: 9B, 30 and 59. RGB value is (155,48,89). Sum of RGB (Red+Green+Blue) = 155+48+89=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3059 is #64CFA6. Grayscale: #545454. Windows color (decimal): -6606759 or 5845147. OLE color: 5845147.

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

Color convert

RGB 155 48 89 -
CMYK 0 0.69 0.43 0.39
HSL 337.01º 0.53% 0.4% -
HSV(B) 337.01º 0.69% 0.61% -
XYZ 16.38 9.8 10.48 -
YUV 84.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 155 48 89 0 0.69 0.43 0.39 337.01 0.53 0.4
Hex 9B 30 59 0 45 2B 27 151 35 28
Octal 233 60 131 0 105 53 47 521 65 50
Binary 10011011 110000 1011001 0 1000101 101011 100111 101010001 110101 101000

Color Harmonies of #9B3059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3059

Black with #9B3059

Text Example


Text Example

White with #9B3059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,48,89); }

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

background-color css

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

 a { background-color: rgb(155,48,89); }

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

border-color css

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

 span { border-color: rgb(155,48,89); }

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