Html Css Color HEX #9F1E4B Lipstick

📋 copy color: '#9F1E4B'

red 159 ◦ green 30 ◦ blue 75

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

Shades of Lipstick #9F1E4B

Tints of Lipstick #9F1E4B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.36%

 BLUE value IS 75 (29.69% from 255) = 28.41%

R = 60.23%
G = 11.36%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F1E4B (or 0x9F1E4B) is known color: Lipstick. HEX triplet: 9F, 1E and 4B. RGB value is (159,30,75). Sum of RGB (Red+Green+Blue) = 159+30+75=264 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.23% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1E4B is #60E1B4. Grayscale: #494949. Windows color (decimal): -6349237 or 4923039. OLE color: 4923039.

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

Color convert

RGB 159 30 75 -
CMYK 0 0.81 0.53 0.38
HSL 339.07º 0.68% 0.37% -
HSV(B) 339.07º 0.81% 0.62% -
XYZ 16.03 8.81 7.51 -
YUV 73.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 159 30 75 0 0.81 0.53 0.38 339.07 0.68 0.37
Hex 9F 1E 4B 0 51 35 26 153 44 25
Octal 237 36 113 0 121 65 46 523 104 45
Binary 10011111 11110 1001011 0 1010001 110101 100110 101010011 1000100 100101

Color Harmonies of #9F1E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1E4B

Black with #9F1E4B

Text Example


Text Example

White with #9F1E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,30,75); }

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

background-color css

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

 a { background-color: rgb(159,30,75); }

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

border-color css

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

 span { border-color: rgb(159,30,75); }

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