Html Css Color HEX #9B1C4D Lipstick

📋 copy color: '#9B1C4D'

red 155 ◦ green 28 ◦ blue 77

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

Shades of Lipstick #9B1C4D

Tints of Lipstick #9B1C4D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.77%

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 59.62%
G = 10.77%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B1C4D (or 0x9B1C4D) is known color: Lipstick. HEX triplet: 9B, 1C and 4D. RGB value is (155,28,77). Sum of RGB (Red+Green+Blue) = 155+28+77=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1C4D is #64E3B2. Grayscale: #474747. Windows color (decimal): -6611891 or 5053595. OLE color: 5053595.

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

Color convert

RGB 155 28 77 -
CMYK 0 0.82 0.50 0.39
HSL 336.85º 0.69% 0.36% -
HSV(B) 336.85º 0.82% 0.61% -
XYZ 15.27 8.33 7.83 -
YUV 71.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 155 28 77 0 0.82 0.50 0.39 336.85 0.69 0.36
Hex 9B 1C 4D 0 52 32 27 151 45 24
Octal 233 34 115 0 122 62 47 521 105 44
Binary 10011011 11100 1001101 0 1010010 110010 100111 101010001 1000101 100100

Color Harmonies of #9B1C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1C4D

Black with #9B1C4D

Text Example


Text Example

White with #9B1C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,28,77); }

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

background-color css

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

 a { background-color: rgb(155,28,77); }

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

border-color css

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

 span { border-color: rgb(155,28,77); }

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