Html Css Color HEX #983754 Lipstick

📋 copy color: '#983754'

red 152 ◦ green 55 ◦ blue 84

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

Shades of Lipstick #983754

Tints of Lipstick #983754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.87%

R = 52.23%
G = 18.9%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#983754 (or 0x983754) is known color: Lipstick. HEX triplet: 98, 37 and 54. RGB value is (152,55,84). Sum of RGB (Red+Green+Blue) = 152+55+84=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #983754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983754 is #67C8AB. Grayscale: #575757. Windows color (decimal): -6801580 or 5519256. OLE color: 5519256.

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

Color convert

RGB 152 55 84 -
CMYK 0 0.64 0.45 0.40
HSL 342.06º 0.47% 0.41% -
HSV(B) 342.06º 0.64% 0.6% -
XYZ 15.92 10.05 9.49 -
YUV 87.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 152 55 84 0 0.64 0.45 0.40 342.06 0.47 0.41
Hex 98 37 54 0 40 2D 28 156 2F 29
Octal 230 67 124 0 100 55 50 526 57 51
Binary 10011000 110111 1010100 0 1000000 101101 101000 101010110 101111 101001

Color Harmonies of #983754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983754

Black with #983754

Text Example


Text Example

White with #983754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983754; }

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

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

background-color css

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

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

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

border-color css

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

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

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