Html Css Color HEX #982F58 Lipstick

📋 copy color: '#982F58'

red 152 ◦ green 47 ◦ blue 88

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

Shades of Lipstick #982F58

Tints of Lipstick #982F58

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

 BLUE value IS 88 (34.77% from 255) = 30.66%

R = 52.96%
G = 16.38%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#982F58 (or 0x982F58) is known color: Lipstick. HEX triplet: 98, 2F and 58. RGB value is (152,47,88). Sum of RGB (Red+Green+Blue) = 152+47+88=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #982F58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982F58 is #67D0A7. Grayscale: #535353. Windows color (decimal): -6803624 or 5779352. OLE color: 5779352.

HSL color Cylindrical-coordinate representation of color #982F58: hue angle of 336.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F58 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 47 88 -
CMYK 0 0.69 0.42 0.40
HSL 336.57º 0.53% 0.39% -
HSV(B) 336.57º 0.69% 0.6% -
XYZ 15.73 9.41 10.22 -
YUV 83.07 130.79 177.17 -
System Red Green Blue C M Y K H S L
Decimal 152 47 88 0 0.69 0.42 0.40 336.57 0.53 0.39
Hex 98 2F 58 0 45 2A 28 151 35 27
Octal 230 57 130 0 105 52 50 521 65 47
Binary 10011000 101111 1011000 0 1000101 101010 101000 101010001 110101 100111

Color Harmonies of #982F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982F58

Black with #982F58

Text Example


Text Example

White with #982F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982F58; }

 p { color: rgb(152,47,88); }

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

background-color css

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

 a { background-color: rgb(152,47,88); }

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

border-color css

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

 span { border-color: rgb(152,47,88); }

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