Html Css Color HEX #981F53 Lipstick

📋 copy color: '#981F53'

red 152 ◦ green 31 ◦ blue 83

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

Shades of Lipstick #981F53

Tints of Lipstick #981F53

RGB

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

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

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

R = 57.14%
G = 11.65%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#981F53 (or 0x981F53) is known color: Lipstick. HEX triplet: 98, 1F and 53. RGB value is (152,31,83). Sum of RGB (Red+Green+Blue) = 152+31+83=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #981F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981F53 is #67E0AC. Grayscale: #494949. Windows color (decimal): -6807725 or 5447576. OLE color: 5447576.

HSL color Cylindrical-coordinate representation of color #981F53: hue angle of 334.21º degrees, saturation: 0.66, 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 #981F53 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 31 83 -
CMYK 0 0.80 0.45 0.40
HSL 334.21º 0.66% 0.36% -
HSV(B) 334.21º 0.8% 0.6% -
XYZ 15 8.28 8.99 -
YUV 73.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 152 31 83 0 0.80 0.45 0.40 334.21 0.66 0.36
Hex 98 1F 53 0 50 2D 28 14E 42 24
Octal 230 37 123 0 120 55 50 516 102 44
Binary 10011000 11111 1010011 0 1010000 101101 101000 101001110 1000010 100100

Color Harmonies of #981F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981F53

Black with #981F53

Text Example


Text Example

White with #981F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,31,83); }

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

background-color css

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

 a { background-color: rgb(152,31,83); }

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

border-color css

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

 span { border-color: rgb(152,31,83); }

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