Html Css Color HEX #9F365C Lipstick

📋 copy color: '#9F365C'

red 159 ◦ green 54 ◦ blue 92

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

Shades of Lipstick #9F365C

Tints of Lipstick #9F365C

RGB

 RED value IS 159 (62.5% from 255) = 52.13%

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

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 52.13%
G = 17.7%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F365C (or 0x9F365C) is known color: Lipstick. HEX triplet: 9F, 36 and 5C. RGB value is (159,54,92). Sum of RGB (Red+Green+Blue) = 159+54+92=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F365C is #60C9A3. Grayscale: #595959. Windows color (decimal): -6343076 or 6043295. OLE color: 6043295.

HSL color Cylindrical-coordinate representation of color #9F365C: hue angle of 338.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F365C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 54 92 -
CMYK 0 0.66 0.42 0.38
HSL 338.29º 0.49% 0.42% -
HSV(B) 338.29º 0.66% 0.62% -
XYZ 17.55 10.78 11.28 -
YUV 89.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 159 54 92 0 0.66 0.42 0.38 338.29 0.49 0.42
Hex 9F 36 5C 0 42 2A 26 152 31 2A
Octal 237 66 134 0 102 52 46 522 61 52
Binary 10011111 110110 1011100 0 1000010 101010 100110 101010010 110001 101010

Color Harmonies of #9F365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F365C

Black with #9F365C

Text Example


Text Example

White with #9F365C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,54,92); }

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

background-color css

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

 a { background-color: rgb(159,54,92); }

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

border-color css

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

 span { border-color: rgb(159,54,92); }

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