Html Css Color HEX #9B1C49 Lipstick

📋 copy color: '#9B1C49'

red 155 ◦ green 28 ◦ blue 73

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

Shades of Lipstick #9B1C49

Tints of Lipstick #9B1C49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.52%

R = 60.55%
G = 10.94%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9B1C49 (or 0x9B1C49) is known color: Lipstick. HEX triplet: 9B, 1C and 49. RGB value is (155,28,73). Sum of RGB (Red+Green+Blue) = 155+28+73=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C49 is #64E3B6. Grayscale: #474747. Windows color (decimal): -6611895 or 4791451. OLE color: 4791451.

HSL color Cylindrical-coordinate representation of color #9B1C49: hue angle of 338.74º 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 #9B1C49 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 28 73 -
CMYK 0 0.82 0.53 0.39
HSL 338.74º 0.69% 0.36% -
HSV(B) 338.74º 0.82% 0.61% -
XYZ 15.14 8.28 7.1 -
YUV 71.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 155 28 73 0 0.82 0.53 0.39 338.74 0.69 0.36
Hex 9B 1C 49 0 52 35 27 153 45 24
Octal 233 34 111 0 122 65 47 523 105 44
Binary 10011011 11100 1001001 0 1010010 110101 100111 101010011 1000101 100100

Color Harmonies of #9B1C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1C49

Black with #9B1C49

Text Example


Text Example

White with #9B1C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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