Html Css Color HEX #9C1A50 Lipstick

📋 copy color: '#9C1A50'

red 156 ◦ green 26 ◦ blue 80

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

Shades of Lipstick #9C1A50

Tints of Lipstick #9C1A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.92%

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

R = 59.54%
G = 9.92%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C1A50 (or 0x9C1A50) is known color: Lipstick. HEX triplet: 9C, 1A and 50. RGB value is (156,26,80). Sum of RGB (Red+Green+Blue) = 156+26+80=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1A50 is #63E5AF. Grayscale: #464646. Windows color (decimal): -6546864 or 5249692. OLE color: 5249692.

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

Color convert

RGB 156 26 80 -
CMYK 0 0.83 0.49 0.39
HSL 335.08º 0.71% 0.36% -
HSV(B) 335.08º 0.83% 0.61% -
XYZ 15.53 8.39 8.39 -
YUV 71.03 133.07 188.61 -
System Red Green Blue C M Y K H S L
Decimal 156 26 80 0 0.83 0.49 0.39 335.08 0.71 0.36
Hex 9C 1A 50 0 53 31 27 14F 47 24
Octal 234 32 120 0 123 61 47 517 107 44
Binary 10011100 11010 1010000 0 1010011 110001 100111 101001111 1000111 100100

Color Harmonies of #9C1A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1A50

Black with #9C1A50

Text Example


Text Example

White with #9C1A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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