Html Css Color HEX #9F254A Lipstick

📋 copy color: '#9F254A'

red 159 ◦ green 37 ◦ blue 74

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

Shades of Lipstick #9F254A

Tints of Lipstick #9F254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.41%

R = 58.89%
G = 13.7%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F254A (or 0x9F254A) is known color: Lipstick. HEX triplet: 9F, 25 and 4A. RGB value is (159,37,74). Sum of RGB (Red+Green+Blue) = 159+37+74=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 74 (29.30% from 255 or 27.41% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F254A is #60DAB5. Grayscale: #4D4D4D. Windows color (decimal): -6347446 or 4859295. OLE color: 4859295.

HSL color Cylindrical-coordinate representation of color #9F254A: hue angle of 341.8º 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 #9F254A is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 37 74 -
CMYK 0 0.77 0.53 0.38
HSL 341.8º 0.62% 0.38% -
HSV(B) 341.8º 0.77% 0.62% -
XYZ 16.2 9.19 7.4 -
YUV 77.7 125.92 185.99 -
System Red Green Blue C M Y K H S L
Decimal 159 37 74 0 0.77 0.53 0.38 341.8 0.62 0.38
Hex 9F 25 4A 0 4D 35 26 156 3E 26
Octal 237 45 112 0 115 65 46 526 76 46
Binary 10011111 100101 1001010 0 1001101 110101 100110 101010110 111110 100110

Color Harmonies of #9F254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F254A

Black with #9F254A

Text Example


Text Example

White with #9F254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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