Html Css Color HEX #982059 Lipstick

📋 copy color: '#982059'

red 152 ◦ green 32 ◦ blue 89

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

Shades of Lipstick #982059

Tints of Lipstick #982059

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

 BLUE value IS 89 (35.16% from 255) = 32.6%

R = 55.68%
G = 11.72%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#982059 (or 0x982059) is known color: Lipstick. HEX triplet: 98, 20 and 59. RGB value is (152,32,89). Sum of RGB (Red+Green+Blue) = 152+32+89=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #982059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982059 is #67DFA6. Grayscale: #4A4A4A. Windows color (decimal): -6807463 or 5841048. OLE color: 5841048.

HSL color Cylindrical-coordinate representation of color #982059: hue angle of 331.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982059 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 89 -
CMYK 0 0.79 0.41 0.40
HSL 331.5º 0.65% 0.36% -
HSV(B) 331.5º 0.79% 0.6% -
XYZ 15.27 8.43 10.27 -
YUV 74.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 152 32 89 0 0.79 0.41 0.40 331.5 0.65 0.36
Hex 98 20 59 0 4F 29 28 14C 41 24
Octal 230 40 131 0 117 51 50 514 101 44
Binary 10011000 100000 1011001 0 1001111 101001 101000 101001100 1000001 100100

Color Harmonies of #982059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982059

Black with #982059

Text Example


Text Example

White with #982059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982059; }

 p { color: rgb(152,32,89); }

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

background-color css

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

 a { background-color: rgb(152,32,89); }

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

border-color css

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

 span { border-color: rgb(152,32,89); }

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