Html Css Color HEX #9B154C Lipstick

📋 copy color: '#9B154C'

red 155 ◦ green 21 ◦ blue 76

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

Shades of Lipstick #9B154C

Tints of Lipstick #9B154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 61.51%
G = 8.33%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#9B154C (or 0x9B154C) is known color: Lipstick. HEX triplet: 9B, 15 and 4C. RGB value is (155,21,76). Sum of RGB (Red+Green+Blue) = 155+21+76=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B154C is #64EAB3. Grayscale: #434343. Windows color (decimal): -6613684 or 4986267. OLE color: 4986267.

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

Color convert

RGB 155 21 76 -
CMYK 0 0.86 0.51 0.39
HSL 335.37º 0.76% 0.35% -
HSV(B) 335.37º 0.86% 0.61% -
XYZ 15.09 8.03 7.59 -
YUV 67.34 132.89 190.53 -
System Red Green Blue C M Y K H S L
Decimal 155 21 76 0 0.86 0.51 0.39 335.37 0.76 0.35
Hex 9B 15 4C 0 56 33 27 14F 4C 23
Octal 233 25 114 0 126 63 47 517 114 43
Binary 10011011 10101 1001100 0 1010110 110011 100111 101001111 1001100 100011

Color Harmonies of #9B154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B154C

Black with #9B154C

Text Example


Text Example

White with #9B154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,21,76); }

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

background-color css

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

 a { background-color: rgb(155,21,76); }

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

border-color css

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

 span { border-color: rgb(155,21,76); }

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