Html Css Color HEX #981C4D Lipstick

📋 copy color: '#981C4D'

red 152 ◦ green 28 ◦ blue 77

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

Shades of Lipstick #981C4D

Tints of Lipstick #981C4D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

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

R = 59.14%
G = 10.89%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#981C4D (or 0x981C4D) is known color: Lipstick. HEX triplet: 98, 1C and 4D. RGB value is (152,28,77). Sum of RGB (Red+Green+Blue) = 152+28+77=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #981C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C4D is #67E3B2. Grayscale: #464646. Windows color (decimal): -6808499 or 5053592. OLE color: 5053592.

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

Color convert

RGB 152 28 77 -
CMYK 0 0.82 0.49 0.40
HSL 336.29º 0.69% 0.35% -
HSV(B) 336.29º 0.82% 0.6% -
XYZ 14.7 8.04 7.8 -
YUV 70.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 152 28 77 0 0.82 0.49 0.40 336.29 0.69 0.35
Hex 98 1C 4D 0 52 31 28 150 45 23
Octal 230 34 115 0 122 61 50 520 105 43
Binary 10011000 11100 1001101 0 1010010 110001 101000 101010000 1000101 100011

Color Harmonies of #981C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C4D

Black with #981C4D

Text Example


Text Example

White with #981C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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