Html Css Color HEX #982859 Lipstick

📋 copy color: '#982859'

red 152 ◦ green 40 ◦ blue 89

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

Shades of Lipstick #982859

Tints of Lipstick #982859

RGB

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

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

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

R = 54.09%
G = 14.23%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#982859 (or 0x982859) is known color: Lipstick. HEX triplet: 98, 28 and 59. RGB value is (152,40,89). Sum of RGB (Red+Green+Blue) = 152+40+89=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #982859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982859 is #67D7A6. Grayscale: #4E4E4E. Windows color (decimal): -6805415 or 5843096. OLE color: 5843096.

HSL color Cylindrical-coordinate representation of color #982859: hue angle of 333.75º 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 #982859 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 89 -
CMYK 0 0.74 0.41 0.40
HSL 333.75º 0.58% 0.38% -
HSV(B) 333.75º 0.74% 0.6% -
XYZ 15.51 8.91 10.35 -
YUV 79.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 152 40 89 0 0.74 0.41 0.40 333.75 0.58 0.38
Hex 98 28 59 0 4A 29 28 14E 3A 26
Octal 230 50 131 0 112 51 50 516 72 46
Binary 10011000 101000 1011001 0 1001010 101001 101000 101001110 111010 100110

Color Harmonies of #982859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982859

Black with #982859

Text Example


Text Example

White with #982859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982859; }

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

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

background-color css

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

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

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

border-color css

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

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

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