Html Css Color HEX #9E1D53 Lipstick

📋 copy color: '#9E1D53'

red 158 ◦ green 29 ◦ blue 83

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

Shades of Lipstick #9E1D53

Tints of Lipstick #9E1D53

RGB

 RED value IS 158 (62.11% from 255) = 58.52%

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

 BLUE value IS 83 (32.81% from 255) = 30.74%

R = 58.52%
G = 10.74%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9E1D53 (or 0x9E1D53) is known color: Lipstick. HEX triplet: 9E, 1D and 53. RGB value is (158,29,83). Sum of RGB (Red+Green+Blue) = 158+29+83=270 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.52% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E1D53 is #61E2AC. Grayscale: #494949. Windows color (decimal): -6415021 or 5447070. OLE color: 5447070.

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

Color convert

RGB 158 29 83 -
CMYK 0 0.82 0.47 0.38
HSL 334.88º 0.69% 0.37% -
HSV(B) 334.88º 0.82% 0.62% -
XYZ 16.1 8.77 9.03 -
YUV 73.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 158 29 83 0 0.82 0.47 0.38 334.88 0.69 0.37
Hex 9E 1D 53 0 52 2F 26 14F 45 25
Octal 236 35 123 0 122 57 46 517 105 45
Binary 10011110 11101 1010011 0 1010010 101111 100110 101001111 1000101 100101

Color Harmonies of #9E1D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1D53

Black with #9E1D53

Text Example


Text Example

White with #9E1D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,29,83); }

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

background-color css

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

 a { background-color: rgb(158,29,83); }

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

border-color css

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

 span { border-color: rgb(158,29,83); }

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