Html Css Color HEX #983558 Lipstick

📋 copy color: '#983558'

red 152 ◦ green 53 ◦ blue 88

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

Shades of Lipstick #983558

Tints of Lipstick #983558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

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

R = 51.88%
G = 18.09%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#983558 (or 0x983558) is known color: Lipstick. HEX triplet: 98, 35 and 58. RGB value is (152,53,88). Sum of RGB (Red+Green+Blue) = 152+53+88=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #983558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983558 is #67CAA7. Grayscale: #565656. Windows color (decimal): -6802088 or 5780888. OLE color: 5780888.

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

Color convert

RGB 152 53 88 -
CMYK 0 0.65 0.42 0.40
HSL 338.79º 0.48% 0.4% -
HSV(B) 338.79º 0.65% 0.6% -
XYZ 15.98 9.93 10.31 -
YUV 86.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 152 53 88 0 0.65 0.42 0.40 338.79 0.48 0.4
Hex 98 35 58 0 41 2A 28 153 30 28
Octal 230 65 130 0 101 52 50 523 60 50
Binary 10011000 110101 1011000 0 1000001 101010 101000 101010011 110000 101000

Color Harmonies of #983558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983558

Black with #983558

Text Example


Text Example

White with #983558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983558; }

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

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

background-color css

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

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

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

border-color css

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

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

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