Html Css Color HEX #983659 Lipstick

📋 copy color: '#983659'

red 152 ◦ green 54 ◦ blue 89

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

Shades of Lipstick #983659

Tints of Lipstick #983659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.31%

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

R = 51.53%
G = 18.31%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#983659 (or 0x983659) is known color: Lipstick. HEX triplet: 98, 36 and 59. RGB value is (152,54,89). Sum of RGB (Red+Green+Blue) = 152+54+89=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #983659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983659 is #67C9A6. Grayscale: #575757. Windows color (decimal): -6801831 or 5846680. OLE color: 5846680.

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

Color convert

RGB 152 54 89 -
CMYK 0 0.64 0.41 0.40
HSL 338.57º 0.48% 0.4% -
HSV(B) 338.57º 0.64% 0.6% -
XYZ 16.07 10.04 10.54 -
YUV 87.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 152 54 89 0 0.64 0.41 0.40 338.57 0.48 0.4
Hex 98 36 59 0 40 29 28 153 30 28
Octal 230 66 131 0 100 51 50 523 60 50
Binary 10011000 110110 1011001 0 1000000 101001 101000 101010011 110000 101000

Color Harmonies of #983659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983659

Black with #983659

Text Example


Text Example

White with #983659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983659; }

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

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

background-color css

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

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

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

border-color css

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

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

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