Html Css Color HEX #983157 Lipstick

📋 copy color: '#983157'

red 152 ◦ green 49 ◦ blue 87

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

Shades of Lipstick #983157

Tints of Lipstick #983157

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.01%

 BLUE value IS 87 (34.38% from 255) = 30.21%

R = 52.78%
G = 17.01%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.40

RGB Variations

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

Color information

#983157 (or 0x983157) is known color: Lipstick. HEX triplet: 98, 31 and 57. RGB value is (152,49,87). Sum of RGB (Red+Green+Blue) = 152+49+87=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #983157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983157 is #67CEA8. Grayscale: #545454. Windows color (decimal): -6803113 or 5714328. OLE color: 5714328.

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

Color convert

RGB 152 49 87 -
CMYK 0 0.68 0.43 0.40
HSL 337.86º 0.51% 0.39% -
HSV(B) 337.86º 0.68% 0.6% -
XYZ 15.77 9.56 10.03 -
YUV 84.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 152 49 87 0 0.68 0.43 0.40 337.86 0.51 0.39
Hex 98 31 57 0 44 2B 28 152 33 27
Octal 230 61 127 0 104 53 50 522 63 47
Binary 10011000 110001 1010111 0 1000100 101011 101000 101010010 110011 100111

Color Harmonies of #983157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983157

Black with #983157

Text Example


Text Example

White with #983157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983157; }

 p { color: rgb(152,49,87); }

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

background-color css

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

 a { background-color: rgb(152,49,87); }

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

border-color css

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

 span { border-color: rgb(152,49,87); }

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