Html Css Color HEX #9F255F Lipstick

📋 copy color: '#9F255F'

red 159 ◦ green 37 ◦ blue 95

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

Shades of Lipstick #9F255F

Tints of Lipstick #9F255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 54.64%
G = 12.71%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F255F (or 0x9F255F) is known color: Lipstick. HEX triplet: 9F, 25 and 5F. RGB value is (159,37,95). Sum of RGB (Red+Green+Blue) = 159+37+95=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F255F is #60DAA0. Grayscale: #4F4F4F. Windows color (decimal): -6347425 or 6235551. OLE color: 6235551.

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

Color convert

RGB 159 37 95 -
CMYK 0 0.77 0.40 0.38
HSL 331.48º 0.62% 0.38% -
HSV(B) 331.48º 0.77% 0.62% -
XYZ 17.03 9.52 11.77 -
YUV 80.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 159 37 95 0 0.77 0.40 0.38 331.48 0.62 0.38
Hex 9F 25 5F 0 4D 28 26 14B 3E 26
Octal 237 45 137 0 115 50 46 513 76 46
Binary 10011111 100101 1011111 0 1001101 101000 100110 101001011 111110 100110

Color Harmonies of #9F255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F255F

Black with #9F255F

Text Example


Text Example

White with #9F255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,95); }

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

background-color css

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

 a { background-color: rgb(159,37,95); }

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

border-color css

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

 span { border-color: rgb(159,37,95); }

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