Html Css Color HEX #983556 Lipstick

📋 copy color: '#983556'

red 152 ◦ green 53 ◦ blue 86

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

Shades of Lipstick #983556

Tints of Lipstick #983556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.55%

R = 52.23%
G = 18.21%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#983556 (or 0x983556) is known color: Lipstick. HEX triplet: 98, 35 and 56. RGB value is (152,53,86). Sum of RGB (Red+Green+Blue) = 152+53+86=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #983556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983556 is #67CAA9. Grayscale: #565656. Windows color (decimal): -6802090 or 5649816. OLE color: 5649816.

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

Color convert

RGB 152 53 86 -
CMYK 0 0.65 0.43 0.40
HSL 340º 0.48% 0.4% -
HSV(B) 340º 0.65% 0.6% -
XYZ 15.9 9.89 9.88 -
YUV 86.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 152 53 86 0 0.65 0.43 0.40 340 0.48 0.4
Hex 98 35 56 0 41 2B 28 154 30 28
Octal 230 65 126 0 101 53 50 524 60 50
Binary 10011000 110101 1010110 0 1000001 101011 101000 101010100 110000 101000

Color Harmonies of #983556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983556

Black with #983556

Text Example


Text Example

White with #983556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983556; }

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

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

background-color css

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

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

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

border-color css

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

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

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