Html Css Color HEX #9C1F4E Lipstick

📋 copy color: '#9C1F4E'

red 156 ◦ green 31 ◦ blue 78

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

Shades of Lipstick #9C1F4E

Tints of Lipstick #9C1F4E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.7%

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 58.87%
G = 11.7%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.5

 K value IS 0.39

RGB Variations

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

Color information

#9C1F4E (or 0x9C1F4E) is known color: Lipstick. HEX triplet: 9C, 1F and 4E. RGB value is (156,31,78). Sum of RGB (Red+Green+Blue) = 156+31+78=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1F4E is #63E0B1. Grayscale: #494949. Windows color (decimal): -6545586 or 5119900. OLE color: 5119900.

HSL color Cylindrical-coordinate representation of color #9C1F4E: hue angle of 337.44º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C1F4E is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 31 78 -
CMYK 0 0.80 0.5 0.39
HSL 337.44º 0.67% 0.37% -
HSV(B) 337.44º 0.8% 0.61% -
XYZ 15.58 8.6 8.05 -
YUV 73.73 130.41 186.68 -
System Red Green Blue C M Y K H S L
Decimal 156 31 78 0 0.80 0.5 0.39 337.44 0.67 0.37
Hex 9C 1F 4E 0 50 32 27 151 43 25
Octal 234 37 116 0 120 62 47 521 103 45
Binary 10011100 11111 1001110 0 1010000 110010 100111 101010001 1000011 100101

Color Harmonies of #9C1F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C1F4E

Black with #9C1F4E

Text Example


Text Example

White with #9C1F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,31,78); }

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

background-color css

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

 a { background-color: rgb(156,31,78); }

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

border-color css

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

 span { border-color: rgb(156,31,78); }

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