Html Css Color HEX #983756 Lipstick

📋 copy color: '#983756'

red 152 ◦ green 55 ◦ blue 86

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

Shades of Lipstick #983756

Tints of Lipstick #983756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.77%

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

R = 51.88%
G = 18.77%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#983756 (or 0x983756) is known color: Lipstick. HEX triplet: 98, 37 and 56. RGB value is (152,55,86). Sum of RGB (Red+Green+Blue) = 152+55+86=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #983756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983756 is #67C8A9. Grayscale: #575757. Windows color (decimal): -6801578 or 5650328. OLE color: 5650328.

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

Color convert

RGB 152 55 86 -
CMYK 0 0.64 0.43 0.40
HSL 340.82º 0.47% 0.41% -
HSV(B) 340.82º 0.64% 0.6% -
XYZ 15.99 10.08 9.91 -
YUV 87.54 127.14 173.98 -
System Red Green Blue C M Y K H S L
Decimal 152 55 86 0 0.64 0.43 0.40 340.82 0.47 0.41
Hex 98 37 56 0 40 2B 28 155 2F 29
Octal 230 67 126 0 100 53 50 525 57 51
Binary 10011000 110111 1010110 0 1000000 101011 101000 101010101 101111 101001

Color Harmonies of #983756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983756

Black with #983756

Text Example


Text Example

White with #983756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983756; }

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

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

background-color css

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

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

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

border-color css

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

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

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