Html Css Color HEX #9C365D Lipstick

📋 copy color: '#9C365D'

red 156 ◦ green 54 ◦ blue 93

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

Shades of Lipstick #9C365D

Tints of Lipstick #9C365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.82%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 51.49%
G = 17.82%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C365D (or 0x9C365D) is known color: Lipstick. HEX triplet: 9C, 36 and 5D. RGB value is (156,54,93). Sum of RGB (Red+Green+Blue) = 156+54+93=303 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.49% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 156 - color contains mainly: red. Hex color #9C365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C365D is #63C9A2. Grayscale: #585858. Windows color (decimal): -6539683 or 6108828. OLE color: 6108828.

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

Color convert

RGB 156 54 93 -
CMYK 0 0.65 0.40 0.39
HSL 337.06º 0.49% 0.41% -
HSV(B) 337.06º 0.65% 0.61% -
XYZ 17.01 10.5 11.49 -
YUV 88.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 156 54 93 0 0.65 0.40 0.39 337.06 0.49 0.41
Hex 9C 36 5D 0 41 28 27 151 31 29
Octal 234 66 135 0 101 50 47 521 61 51
Binary 10011100 110110 1011101 0 1000001 101000 100111 101010001 110001 101001

Color Harmonies of #9C365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C365D

Black with #9C365D

Text Example


Text Example

White with #9C365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,54,93); }

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

background-color css

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

 a { background-color: rgb(156,54,93); }

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

border-color css

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

 span { border-color: rgb(156,54,93); }

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