Html Css Color HEX #981D4D Lipstick

📋 copy color: '#981D4D'

red 152 ◦ green 29 ◦ blue 77

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

Shades of Lipstick #981D4D

Tints of Lipstick #981D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 58.91%
G = 11.24%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#981D4D (or 0x981D4D) is known color: Lipstick. HEX triplet: 98, 1D and 4D. RGB value is (152,29,77). Sum of RGB (Red+Green+Blue) = 152+29+77=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #981D4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981D4D is #67E2B2. Grayscale: #474747. Windows color (decimal): -6808243 or 5053848. OLE color: 5053848.

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

Color convert

RGB 152 29 77 -
CMYK 0 0.81 0.49 0.40
HSL 336.59º 0.68% 0.35% -
HSV(B) 336.59º 0.81% 0.6% -
XYZ 14.73 8.09 7.81 -
YUV 71.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 152 29 77 0 0.81 0.49 0.40 336.59 0.68 0.35
Hex 98 1D 4D 0 51 31 28 151 44 23
Octal 230 35 115 0 121 61 50 521 104 43
Binary 10011000 11101 1001101 0 1010001 110001 101000 101010001 1000100 100011

Color Harmonies of #981D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D4D

Black with #981D4D

Text Example


Text Example

White with #981D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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