Html Css Color HEX #983755 Lipstick

📋 copy color: '#983755'

red 152 ◦ green 55 ◦ blue 85

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

Shades of Lipstick #983755

Tints of Lipstick #983755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.11%

R = 52.05%
G = 18.84%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.40

RGB Variations

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

Color information

#983755 (or 0x983755) is known color: Lipstick. HEX triplet: 98, 37 and 55. RGB value is (152,55,85). Sum of RGB (Red+Green+Blue) = 152+55+85=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #983755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983755 is #67C8AA. Grayscale: #575757. Windows color (decimal): -6801579 or 5584792. OLE color: 5584792.

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

Color convert

RGB 152 55 85 -
CMYK 0 0.64 0.44 0.40
HSL 341.44º 0.47% 0.41% -
HSV(B) 341.44º 0.64% 0.6% -
XYZ 15.95 10.06 9.7 -
YUV 87.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 152 55 85 0 0.64 0.44 0.40 341.44 0.47 0.41
Hex 98 37 55 0 40 2C 28 155 2F 29
Octal 230 67 125 0 100 54 50 525 57 51
Binary 10011000 110111 1010101 0 1000000 101100 101000 101010101 101111 101001

Color Harmonies of #983755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983755

Black with #983755

Text Example


Text Example

White with #983755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983755; }

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

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

background-color css

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

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

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

border-color css

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

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

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