Html Css Color HEX #9F1D4B Lipstick

📋 copy color: '#9F1D4B'

red 159 ◦ green 29 ◦ blue 75

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

Shades of Lipstick #9F1D4B

Tints of Lipstick #9F1D4B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.03%

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

R = 60.46%
G = 11.03%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#9F1D4B (or 0x9F1D4B) is known color: Lipstick. HEX triplet: 9F, 1D and 4B. RGB value is (159,29,75). Sum of RGB (Red+Green+Blue) = 159+29+75=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1D4B is #60E2B4. Grayscale: #494949. Windows color (decimal): -6349493 or 4922783. OLE color: 4922783.

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

Color convert

RGB 159 29 75 -
CMYK 0 0.82 0.53 0.38
HSL 338.77º 0.69% 0.37% -
HSV(B) 338.77º 0.82% 0.62% -
XYZ 16.01 8.76 7.5 -
YUV 73.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 159 29 75 0 0.82 0.53 0.38 338.77 0.69 0.37
Hex 9F 1D 4B 0 52 35 26 153 45 25
Octal 237 35 113 0 122 65 46 523 105 45
Binary 10011111 11101 1001011 0 1010010 110101 100110 101010011 1000101 100101

Color Harmonies of #9F1D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1D4B

Black with #9F1D4B

Text Example


Text Example

White with #9F1D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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