Html Css Color HEX #981D55 Lipstick

📋 copy color: '#981D55'

red 152 ◦ green 29 ◦ blue 85

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

Shades of Lipstick #981D55

Tints of Lipstick #981D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 57.14%
G = 10.9%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#981D55 (or 0x981D55) is known color: Lipstick. HEX triplet: 98, 1D and 55. RGB value is (152,29,85). Sum of RGB (Red+Green+Blue) = 152+29+85=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #981D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D55 is #67E2AA. Grayscale: #484848. Windows color (decimal): -6808235 or 5578136. OLE color: 5578136.

HSL color Cylindrical-coordinate representation of color #981D55: hue angle of 332.68º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #981D55 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 29 85 -
CMYK 0 0.81 0.44 0.40
HSL 332.68º 0.68% 0.35% -
HSV(B) 332.68º 0.81% 0.6% -
XYZ 15.03 8.21 9.39 -
YUV 72.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 152 29 85 0 0.81 0.44 0.40 332.68 0.68 0.35
Hex 98 1D 55 0 51 2C 28 14D 44 23
Octal 230 35 125 0 121 54 50 515 104 43
Binary 10011000 11101 1010101 0 1010001 101100 101000 101001101 1000100 100011

Color Harmonies of #981D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D55

Black with #981D55

Text Example


Text Example

White with #981D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,29,85); }

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

background-color css

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

 a { background-color: rgb(152,29,85); }

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

border-color css

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

 span { border-color: rgb(152,29,85); }

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