Html Css Color HEX #9F235D Lipstick

📋 copy color: '#9F235D'

red 159 ◦ green 35 ◦ blue 93

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

Shades of Lipstick #9F235D

Tints of Lipstick #9F235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

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

R = 55.4%
G = 12.2%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F235D (or 0x9F235D) is known color: Lipstick. HEX triplet: 9F, 23 and 5D. RGB value is (159,35,93). Sum of RGB (Red+Green+Blue) = 159+35+93=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F235D is #60DCA2. Grayscale: #4E4E4E. Windows color (decimal): -6347939 or 6103967. OLE color: 6103967.

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

Color convert

RGB 159 35 93 -
CMYK 0 0.78 0.42 0.38
HSL 331.94º 0.64% 0.38% -
HSV(B) 331.94º 0.78% 0.62% -
XYZ 16.87 9.36 11.27 -
YUV 78.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 159 35 93 0 0.78 0.42 0.38 331.94 0.64 0.38
Hex 9F 23 5D 0 4E 2A 26 14C 40 26
Octal 237 43 135 0 116 52 46 514 100 46
Binary 10011111 100011 1011101 0 1001110 101010 100110 101001100 1000000 100110

Color Harmonies of #9F235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F235D

Black with #9F235D

Text Example


Text Example

White with #9F235D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,35,93); }

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

background-color css

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

 a { background-color: rgb(159,35,93); }

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

border-color css

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

 span { border-color: rgb(159,35,93); }

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