Html Css Color HEX #981E50 Lipstick

📋 copy color: '#981E50'

red 152 ◦ green 30 ◦ blue 80

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

Shades of Lipstick #981E50

Tints of Lipstick #981E50

RGB

 RED value IS 152 (59.77% from 255) = 58.02%

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

 BLUE value IS 80 (31.64% from 255) = 30.53%

R = 58.02%
G = 11.45%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#981E50 (or 0x981E50) is known color: Lipstick. HEX triplet: 98, 1E and 50. RGB value is (152,30,80). Sum of RGB (Red+Green+Blue) = 152+30+80=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 30 (12.11% from 255 or 11.45% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #981E50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E50 is #67E1AF. Grayscale: #484848. Windows color (decimal): -6807984 or 5250712. OLE color: 5250712.

HSL color Cylindrical-coordinate representation of color #981E50: hue angle of 335.41º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E50 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 30 80 -
CMYK 0 0.80 0.47 0.40
HSL 335.41º 0.67% 0.36% -
HSV(B) 335.41º 0.8% 0.6% -
XYZ 14.86 8.18 8.39 -
YUV 72.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 152 30 80 0 0.80 0.47 0.40 335.41 0.67 0.36
Hex 98 1E 50 0 50 2F 28 14F 43 24
Octal 230 36 120 0 120 57 50 517 103 44
Binary 10011000 11110 1010000 0 1010000 101111 101000 101001111 1000011 100100

Color Harmonies of #981E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981E50

Black with #981E50

Text Example


Text Example

White with #981E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981E50; }

 p { color: rgb(152,30,80); }

 H1.HeaderClassName
 {
   color: #981E50;
 }
 .AnyTagClassName
 {
   color: #981E50;
 }
</style>

background-color css

<style>
 a { background-color: #981E50; }

 a { background-color: rgb(152,30,80); }

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

border-color css

<style>
 span { border-color: #981E50; }

 span { border-color: rgb(152,30,80); }

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