Html Css Color HEX #981C4E Lipstick

📋 copy color: '#981C4E'

red 152 ◦ green 28 ◦ blue 78

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

Shades of Lipstick #981C4E

Tints of Lipstick #981C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.23%

R = 58.91%
G = 10.85%
B = 30.23%

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

#981C4E (or 0x981C4E) is known color: Lipstick. HEX triplet: 98, 1C and 4E. RGB value is (152,28,78). Sum of RGB (Red+Green+Blue) = 152+28+78=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #981C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C4E is #67E3B1. Grayscale: #464646. Windows color (decimal): -6808498 or 5119128. OLE color: 5119128.

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

Color convert

RGB 152 28 78 -
CMYK 0 0.82 0.49 0.40
HSL 335.81º 0.69% 0.35% -
HSV(B) 335.81º 0.82% 0.6% -
XYZ 14.74 8.06 7.99 -
YUV 70.78 132.08 185.93 -
System Red Green Blue C M Y K H S L
Decimal 152 28 78 0 0.82 0.49 0.40 335.81 0.69 0.35
Hex 98 1C 4E 0 52 31 28 150 45 23
Octal 230 34 116 0 122 61 50 520 105 43
Binary 10011000 11100 1001110 0 1010010 110001 101000 101010000 1000101 100011

Color Harmonies of #981C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C4E

Black with #981C4E

Text Example


Text Example

White with #981C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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