Html Css Color HEX #9C1E59 Lipstick

📋 copy color: '#9C1E59'

red 156 ◦ green 30 ◦ blue 89

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

Shades of Lipstick #9C1E59

Tints of Lipstick #9C1E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 32.36%

R = 56.73%
G = 10.91%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#9C1E59 (or 0x9C1E59) is known color: Lipstick. HEX triplet: 9C, 1E and 59. RGB value is (156,30,89). Sum of RGB (Red+Green+Blue) = 156+30+89=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1E59 is #63E1A6. Grayscale: #4A4A4A. Windows color (decimal): -6545831 or 5840540. OLE color: 5840540.

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

Color convert

RGB 156 30 89 -
CMYK 0 0.81 0.43 0.39
HSL 331.9º 0.68% 0.36% -
HSV(B) 331.9º 0.81% 0.61% -
XYZ 15.98 8.72 10.29 -
YUV 74.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 156 30 89 0 0.81 0.43 0.39 331.9 0.68 0.36
Hex 9C 1E 59 0 51 2B 27 14C 44 24
Octal 234 36 131 0 121 53 47 514 104 44
Binary 10011100 11110 1011001 0 1010001 101011 100111 101001100 1000100 100100

Color Harmonies of #9C1E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1E59

Black with #9C1E59

Text Example


Text Example

White with #9C1E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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