Html Css Color HEX #9F1F42 Lipstick

📋 copy color: '#9F1F42'

red 159 ◦ green 31 ◦ blue 66

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

Shades of Lipstick #9F1F42

Tints of Lipstick #9F1F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.11%

 BLUE value IS 66 (26.17% from 255) = 25.78%

R = 62.11%
G = 12.11%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#9F1F42 (or 0x9F1F42) is known color: Lipstick. HEX triplet: 9F, 1F and 42. RGB value is (159,31,66). Sum of RGB (Red+Green+Blue) = 159+31+66=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F1F42 is #60E0BD. Grayscale: #494949. Windows color (decimal): -6348990 or 4333471. OLE color: 4333471.

HSL color Cylindrical-coordinate representation of color #9F1F42: hue angle of 343.59º degrees, saturation: 0.67, 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 #9F1F42 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 31 66 -
CMYK 0 0.81 0.58 0.38
HSL 343.59º 0.67% 0.37% -
HSV(B) 343.59º 0.81% 0.62% -
XYZ 15.77 8.74 6.01 -
YUV 73.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 159 31 66 0 0.81 0.58 0.38 343.59 0.67 0.37
Hex 9F 1F 42 0 51 3A 26 158 43 25
Octal 237 37 102 0 121 72 46 530 103 45
Binary 10011111 11111 1000010 0 1010001 111010 100110 101011000 1000011 100101

Color Harmonies of #9F1F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F1F42

Black with #9F1F42

Text Example


Text Example

White with #9F1F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,31,66); }

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

background-color css

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

 a { background-color: rgb(159,31,66); }

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

border-color css

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

 span { border-color: rgb(159,31,66); }

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