Html Css Color HEX #982858 Lipstick

📋 copy color: '#982858'

red 152 ◦ green 40 ◦ blue 88

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

Shades of Lipstick #982858

Tints of Lipstick #982858

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

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

R = 54.29%
G = 14.29%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#982858 (or 0x982858) is known color: Lipstick. HEX triplet: 98, 28 and 58. RGB value is (152,40,88). Sum of RGB (Red+Green+Blue) = 152+40+88=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #982858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982858 is #67D7A7. Grayscale: #4E4E4E. Windows color (decimal): -6805416 or 5777560. OLE color: 5777560.

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

Color convert

RGB 152 40 88 -
CMYK 0 0.74 0.42 0.40
HSL 334.29º 0.58% 0.38% -
HSV(B) 334.29º 0.74% 0.6% -
XYZ 15.47 8.9 10.13 -
YUV 78.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 152 40 88 0 0.74 0.42 0.40 334.29 0.58 0.38
Hex 98 28 58 0 4A 2A 28 14E 3A 26
Octal 230 50 130 0 112 52 50 516 72 46
Binary 10011000 101000 1011000 0 1001010 101010 101000 101001110 111010 100110

Color Harmonies of #982858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982858

Black with #982858

Text Example


Text Example

White with #982858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982858; }

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

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

background-color css

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

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

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

border-color css

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

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

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