Html Css Color HEX #9C1E50 Lipstick

📋 copy color: '#9C1E50'

red 156 ◦ green 30 ◦ blue 80

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

Shades of Lipstick #9C1E50

Tints of Lipstick #9C1E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 58.65%
G = 11.28%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C1E50 (or 0x9C1E50) is known color: Lipstick. HEX triplet: 9C, 1E and 50. RGB value is (156,30,80). Sum of RGB (Red+Green+Blue) = 156+30+80=266 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.65% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1E50 is #63E1AF. Grayscale: #494949. Windows color (decimal): -6545840 or 5250716. OLE color: 5250716.

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

Color convert

RGB 156 30 80 -
CMYK 0 0.81 0.49 0.39
HSL 336.19º 0.68% 0.36% -
HSV(B) 336.19º 0.81% 0.61% -
XYZ 15.62 8.58 8.42 -
YUV 73.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 156 30 80 0 0.81 0.49 0.39 336.19 0.68 0.36
Hex 9C 1E 50 0 51 31 27 150 44 24
Octal 234 36 120 0 121 61 47 520 104 44
Binary 10011100 11110 1010000 0 1010001 110001 100111 101010000 1000100 100100

Color Harmonies of #9C1E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1E50

Black with #9C1E50

Text Example


Text Example

White with #9C1E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,30,80); }

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

background-color css

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

 a { background-color: rgb(156,30,80); }

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

border-color css

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

 span { border-color: rgb(156,30,80); }

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