Html Css Color HEX #9C2141 Lipstick

📋 copy color: '#9C2141'

red 156 ◦ green 33 ◦ blue 65

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

Shades of Lipstick #9C2141

Tints of Lipstick #9C2141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 61.42%
G = 12.99%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9C2141 (or 0x9C2141) is known color: Lipstick. HEX triplet: 9C, 21 and 41. RGB value is (156,33,65). Sum of RGB (Red+Green+Blue) = 156+33+65=254 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.42% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2141 is #63DEBE. Grayscale: #494949. Windows color (decimal): -6545087 or 4268444. OLE color: 4268444.

HSL color Cylindrical-coordinate representation of color #9C2141: hue angle of 344.39º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2141 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 33 65 -
CMYK 0 0.79 0.58 0.39
HSL 344.39º 0.65% 0.37% -
HSV(B) 344.39º 0.79% 0.61% -
XYZ 15.21 8.54 5.85 -
YUV 73.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 156 33 65 0 0.79 0.58 0.39 344.39 0.65 0.37
Hex 9C 21 41 0 4F 3A 27 158 41 25
Octal 234 41 101 0 117 72 47 530 101 45
Binary 10011100 100001 1000001 0 1001111 111010 100111 101011000 1000001 100101

Color Harmonies of #9C2141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C2141

Black with #9C2141

Text Example


Text Example

White with #9C2141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,33,65); }

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

background-color css

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

 a { background-color: rgb(156,33,65); }

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

border-color css

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

 span { border-color: rgb(156,33,65); }

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