Html Css Color HEX #982558 Lipstick

📋 copy color: '#982558'

red 152 ◦ green 37 ◦ blue 88

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

Shades of Lipstick #982558

Tints of Lipstick #982558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.36%

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

R = 54.87%
G = 13.36%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#982558 (or 0x982558) is known color: Lipstick. HEX triplet: 98, 25 and 58. RGB value is (152,37,88). Sum of RGB (Red+Green+Blue) = 152+37+88=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #982558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982558 is #67DAA7. Grayscale: #4D4D4D. Windows color (decimal): -6806184 or 5776792. OLE color: 5776792.

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

Color convert

RGB 152 37 88 -
CMYK 0 0.76 0.42 0.40
HSL 333.39º 0.61% 0.37% -
HSV(B) 333.39º 0.76% 0.6% -
XYZ 15.37 8.7 10.1 -
YUV 77.2 134.1 181.35 -
System Red Green Blue C M Y K H S L
Decimal 152 37 88 0 0.76 0.42 0.40 333.39 0.61 0.37
Hex 98 25 58 0 4C 2A 28 14D 3D 25
Octal 230 45 130 0 114 52 50 515 75 45
Binary 10011000 100101 1011000 0 1001100 101010 101000 101001101 111101 100101

Color Harmonies of #982558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982558

Black with #982558

Text Example


Text Example

White with #982558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982558; }

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

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

background-color css

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

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

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

border-color css

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

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

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