Html Css Color HEX #9F1B3F Lipstick

📋 copy color: '#9F1B3F'

red 159 ◦ green 27 ◦ blue 63

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

Shades of Lipstick #9F1B3F

Tints of Lipstick #9F1B3F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.84%

 BLUE value IS 63 (25% from 255) = 25.3%

R = 63.86%
G = 10.84%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F1B3F (or 0x9F1B3F) is known color: Lipstick. HEX triplet: 9F, 1B and 3F. RGB value is (159,27,63). Sum of RGB (Red+Green+Blue) = 159+27+63=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1B3F is #60E4C0. Grayscale: #464646. Windows color (decimal): -6350017 or 4135839. OLE color: 4135839.

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

Color convert

RGB 159 27 63 -
CMYK 0 0.83 0.60 0.38
HSL 343.64º 0.71% 0.36% -
HSV(B) 343.64º 0.83% 0.62% -
XYZ 15.59 8.51 5.52 -
YUV 70.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 159 27 63 0 0.83 0.60 0.38 343.64 0.71 0.36
Hex 9F 1B 3F 0 53 3C 26 158 47 24
Octal 237 33 77 0 123 74 46 530 107 44
Binary 10011111 11011 111111 0 1010011 111100 100110 101011000 1000111 100100

Color Harmonies of #9F1B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1B3F

Black with #9F1B3F

Text Example


Text Example

White with #9F1B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,27,63); }

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

background-color css

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

 a { background-color: rgb(159,27,63); }

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

border-color css

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

 span { border-color: rgb(159,27,63); }

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