Html Css Color HEX #983758 Lipstick

📋 copy color: '#983758'

red 152 ◦ green 55 ◦ blue 88

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

Shades of Lipstick #983758

Tints of Lipstick #983758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 51.53%
G = 18.64%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.40

RGB Variations

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

Color information

#983758 (or 0x983758) is known color: Lipstick. HEX triplet: 98, 37 and 58. RGB value is (152,55,88). Sum of RGB (Red+Green+Blue) = 152+55+88=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #983758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983758 is #67C8A7. Grayscale: #575757. Windows color (decimal): -6801576 or 5781400. OLE color: 5781400.

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

Color convert

RGB 152 55 88 -
CMYK 0 0.64 0.42 0.40
HSL 339.59º 0.47% 0.41% -
HSV(B) 339.59º 0.64% 0.6% -
XYZ 16.08 10.11 10.34 -
YUV 87.77 128.14 173.82 -
System Red Green Blue C M Y K H S L
Decimal 152 55 88 0 0.64 0.42 0.40 339.59 0.47 0.41
Hex 98 37 58 0 40 2A 28 154 2F 29
Octal 230 67 130 0 100 52 50 524 57 51
Binary 10011000 110111 1011000 0 1000000 101010 101000 101010100 101111 101001

Color Harmonies of #983758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983758

Black with #983758

Text Example


Text Example

White with #983758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983758; }

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

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

background-color css

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

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

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

border-color css

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

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

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