Html Css Color HEX #983560 Lipstick

📋 copy color: '#983560'

red 152 ◦ green 53 ◦ blue 96

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

Shades of Lipstick #983560

Tints of Lipstick #983560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.61%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 50.5%
G = 17.61%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#983560 (or 0x983560) is known color: Lipstick. HEX triplet: 98, 35 and 60. RGB value is (152,53,96). Sum of RGB (Red+Green+Blue) = 152+53+96=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #983560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983560 is #67CA9F. Grayscale: #575757. Windows color (decimal): -6802080 or 6305176. OLE color: 6305176.

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

Color convert

RGB 152 53 96 -
CMYK 0 0.65 0.37 0.40
HSL 333.94º 0.48% 0.4% -
HSV(B) 333.94º 0.65% 0.6% -
XYZ 16.33 10.07 12.15 -
YUV 87.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 152 53 96 0 0.65 0.37 0.40 333.94 0.48 0.4
Hex 98 35 60 0 41 25 28 14E 30 28
Octal 230 65 140 0 101 45 50 516 60 50
Binary 10011000 110101 1100000 0 1000001 100101 101000 101001110 110000 101000

Color Harmonies of #983560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983560

Black with #983560

Text Example


Text Example

White with #983560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983560; }

 p { color: rgb(152,53,96); }

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

background-color css

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

 a { background-color: rgb(152,53,96); }

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

border-color css

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

 span { border-color: rgb(152,53,96); }

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