Html Css Color HEX #981D5E Lipstick

📋 copy color: '#981D5E'

red 152 ◦ green 29 ◦ blue 94

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

Shades of Lipstick #981D5E

Tints of Lipstick #981D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 55.27%
G = 10.55%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.40

RGB Variations

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

Color information

#981D5E (or 0x981D5E) is known color: Lipstick. HEX triplet: 98, 1D and 5E. RGB value is (152,29,94). Sum of RGB (Red+Green+Blue) = 152+29+94=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #981D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D5E is #67E2A1. Grayscale: #494949. Windows color (decimal): -6808226 or 6167960. OLE color: 6167960.

HSL color Cylindrical-coordinate representation of color #981D5E: hue angle of 328.29º 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 #981D5E is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 29 94 -
CMYK 0 0.81 0.38 0.40
HSL 328.29º 0.68% 0.35% -
HSV(B) 328.29º 0.81% 0.6% -
XYZ 15.41 8.36 11.39 -
YUV 73.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 152 29 94 0 0.81 0.38 0.40 328.29 0.68 0.35
Hex 98 1D 5E 0 51 26 28 148 44 23
Octal 230 35 136 0 121 46 50 510 104 43
Binary 10011000 11101 1011110 0 1010001 100110 101000 101001000 1000100 100011

Color Harmonies of #981D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D5E

Black with #981D5E

Text Example


Text Example

White with #981D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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