Html Css Color HEX #9C1950 Lipstick

📋 copy color: '#9C1950'

red 156 ◦ green 25 ◦ blue 80

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

Shades of Lipstick #9C1950

Tints of Lipstick #9C1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

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

R = 59.77%
G = 9.58%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C1950 (or 0x9C1950) is known color: Lipstick. HEX triplet: 9C, 19 and 50. RGB value is (156,25,80). Sum of RGB (Red+Green+Blue) = 156+25+80=261 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.77% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1950 is #63E6AF. Grayscale: #464646. Windows color (decimal): -6547120 or 5249436. OLE color: 5249436.

HSL color Cylindrical-coordinate representation of color #9C1950: hue angle of 334.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1950 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 25 80 -
CMYK 0 0.84 0.49 0.39
HSL 334.81º 0.72% 0.35% -
HSV(B) 334.81º 0.84% 0.61% -
XYZ 15.51 8.34 8.38 -
YUV 70.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 156 25 80 0 0.84 0.49 0.39 334.81 0.72 0.35
Hex 9C 19 50 0 54 31 27 14F 48 23
Octal 234 31 120 0 124 61 47 517 110 43
Binary 10011100 11001 1010000 0 1010100 110001 100111 101001111 1001000 100011

Color Harmonies of #9C1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1950

Black with #9C1950

Text Example


Text Example

White with #9C1950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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