Html Css Color HEX #982159 Lipstick

📋 copy color: '#982159'

red 152 ◦ green 33 ◦ blue 89

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

Shades of Lipstick #982159

Tints of Lipstick #982159

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

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

R = 55.47%
G = 12.04%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#982159 (or 0x982159) is known color: Lipstick. HEX triplet: 98, 21 and 59. RGB value is (152,33,89). Sum of RGB (Red+Green+Blue) = 152+33+89=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #982159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982159 is #67DEA6. Grayscale: #4A4A4A. Windows color (decimal): -6807207 or 5841304. OLE color: 5841304.

HSL color Cylindrical-coordinate representation of color #982159: hue angle of 331.76º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982159 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 89 -
CMYK 0 0.78 0.41 0.40
HSL 331.76º 0.64% 0.36% -
HSV(B) 331.76º 0.78% 0.6% -
XYZ 15.3 8.48 10.28 -
YUV 74.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 152 33 89 0 0.78 0.41 0.40 331.76 0.64 0.36
Hex 98 21 59 0 4E 29 28 14C 40 24
Octal 230 41 131 0 116 51 50 514 100 44
Binary 10011000 100001 1011001 0 1001110 101001 101000 101001100 1000000 100100

Color Harmonies of #982159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982159

Black with #982159

Text Example


Text Example

White with #982159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982159; }

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

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

background-color css

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

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

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

border-color css

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

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

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