Html Css Color HEX #9B1E5D Lipstick

📋 copy color: '#9B1E5D'

red 155 ◦ green 30 ◦ blue 93

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

Shades of Lipstick #9B1E5D

Tints of Lipstick #9B1E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.79%

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 55.76%
G = 10.79%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B1E5D (or 0x9B1E5D) is known color: Lipstick. HEX triplet: 9B, 1E and 5D. RGB value is (155,30,93). Sum of RGB (Red+Green+Blue) = 155+30+93=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E5D is #64E1A2. Grayscale: #4A4A4A. Windows color (decimal): -6611363 or 6102683. OLE color: 6102683.

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

Color convert

RGB 155 30 93 -
CMYK 0 0.81 0.4 0.39
HSL 329.76º 0.68% 0.36% -
HSV(B) 329.76º 0.81% 0.61% -
XYZ 15.96 8.69 11.19 -
YUV 74.56 138.41 185.38 -
System Red Green Blue C M Y K H S L
Decimal 155 30 93 0 0.81 0.4 0.39 329.76 0.68 0.36
Hex 9B 1E 5D 0 51 28 27 14A 44 24
Octal 233 36 135 0 121 50 47 512 104 44
Binary 10011011 11110 1011101 0 1010001 101000 100111 101001010 1000100 100100

Color Harmonies of #9B1E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1E5D

Black with #9B1E5D

Text Example


Text Example

White with #9B1E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,30,93); }

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

background-color css

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

 a { background-color: rgb(155,30,93); }

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

border-color css

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

 span { border-color: rgb(155,30,93); }

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