Html Css Color HEX #9B1B57 Lipstick

📋 copy color: '#9B1B57'

red 155 ◦ green 27 ◦ blue 87

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

Shades of Lipstick #9B1B57

Tints of Lipstick #9B1B57

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.04%

 BLUE value IS 87 (34.38% from 255) = 32.34%

R = 57.62%
G = 10.04%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#9B1B57 (or 0x9B1B57) is known color: Lipstick. HEX triplet: 9B, 1B and 57. RGB value is (155,27,87). Sum of RGB (Red+Green+Blue) = 155+27+87=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1B57 is #64E4A8. Grayscale: #484848. Windows color (decimal): -6612137 or 5708699. OLE color: 5708699.

HSL color Cylindrical-coordinate representation of color #9B1B57: hue angle of 331.88º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B57 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 27 87 -
CMYK 0 0.83 0.44 0.39
HSL 331.88º 0.7% 0.36% -
HSV(B) 331.88º 0.83% 0.61% -
XYZ 15.63 8.44 9.82 -
YUV 72.11 136.41 187.12 -
System Red Green Blue C M Y K H S L
Decimal 155 27 87 0 0.83 0.44 0.39 331.88 0.7 0.36
Hex 9B 1B 57 0 53 2C 27 14C 46 24
Octal 233 33 127 0 123 54 47 514 106 44
Binary 10011011 11011 1010111 0 1010011 101100 100111 101001100 1000110 100100

Color Harmonies of #9B1B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1B57

Black with #9B1B57

Text Example


Text Example

White with #9B1B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,27,87); }

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

background-color css

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

 a { background-color: rgb(155,27,87); }

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

border-color css

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

 span { border-color: rgb(155,27,87); }

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