Html Css Color HEX #982359 Lipstick

📋 copy color: '#982359'

red 152 ◦ green 35 ◦ blue 89

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

Shades of Lipstick #982359

Tints of Lipstick #982359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

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

R = 55.07%
G = 12.68%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#982359 (or 0x982359) is known color: Lipstick. HEX triplet: 98, 23 and 59. RGB value is (152,35,89). Sum of RGB (Red+Green+Blue) = 152+35+89=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #982359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982359 is #67DCA6. Grayscale: #4C4C4C. Windows color (decimal): -6806695 or 5841816. OLE color: 5841816.

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

Color convert

RGB 152 35 89 -
CMYK 0 0.77 0.41 0.40
HSL 332.31º 0.63% 0.37% -
HSV(B) 332.31º 0.77% 0.6% -
XYZ 15.35 8.6 10.3 -
YUV 76.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 152 35 89 0 0.77 0.41 0.40 332.31 0.63 0.37
Hex 98 23 59 0 4D 29 28 14C 3F 25
Octal 230 43 131 0 115 51 50 514 77 45
Binary 10011000 100011 1011001 0 1001101 101001 101000 101001100 111111 100101

Color Harmonies of #982359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982359

Black with #982359

Text Example


Text Example

White with #982359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982359; }

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

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

background-color css

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

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

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

border-color css

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

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

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