Html Css Color HEX #9C1B49 Lipstick

📋 copy color: '#9C1B49'

red 156 ◦ green 27 ◦ blue 73

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

Shades of Lipstick #9C1B49

Tints of Lipstick #9C1B49

RGB

 RED value IS 156 (61.33% from 255) = 60.94%

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

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

R = 60.94%
G = 10.55%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#9C1B49 (or 0x9C1B49) is known color: Lipstick. HEX triplet: 9C, 1B and 49. RGB value is (156,27,73). Sum of RGB (Red+Green+Blue) = 156+27+73=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1B49 is #63E4B6. Grayscale: #464646. Windows color (decimal): -6546615 or 4791196. OLE color: 4791196.

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

Color convert

RGB 156 27 73 -
CMYK 0 0.83 0.53 0.39
HSL 338.6º 0.7% 0.36% -
HSV(B) 338.6º 0.83% 0.61% -
XYZ 15.3 8.33 7.11 -
YUV 70.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 156 27 73 0 0.83 0.53 0.39 338.6 0.7 0.36
Hex 9C 1B 49 0 53 35 27 153 46 24
Octal 234 33 111 0 123 65 47 523 106 44
Binary 10011100 11011 1001001 0 1010011 110101 100111 101010011 1000110 100100

Color Harmonies of #9C1B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1B49

Black with #9C1B49

Text Example


Text Example

White with #9C1B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,27,73); }

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

background-color css

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

 a { background-color: rgb(156,27,73); }

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

border-color css

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

 span { border-color: rgb(156,27,73); }

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