Html Css Color HEX #983147 Lipstick

📋 copy color: '#983147'

red 152 ◦ green 49 ◦ blue 71

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

Shades of Lipstick #983147

Tints of Lipstick #983147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.1%

R = 55.88%
G = 18.01%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#983147 (or 0x983147) is known color: Lipstick. HEX triplet: 98, 31 and 47. RGB value is (152,49,71). Sum of RGB (Red+Green+Blue) = 152+49+71=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #983147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983147 is #67CEB8. Grayscale: #525252. Windows color (decimal): -6803129 or 4665752. OLE color: 4665752.

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

Color convert

RGB 152 49 71 -
CMYK 0 0.68 0.53 0.40
HSL 347.18º 0.51% 0.39% -
HSV(B) 347.18º 0.68% 0.6% -
XYZ 15.18 9.33 6.96 -
YUV 82.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 152 49 71 0 0.68 0.53 0.40 347.18 0.51 0.39
Hex 98 31 47 0 44 35 28 15B 33 27
Octal 230 61 107 0 104 65 50 533 63 47
Binary 10011000 110001 1000111 0 1000100 110101 101000 101011011 110011 100111

Color Harmonies of #983147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983147

Black with #983147

Text Example


Text Example

White with #983147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983147; }

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

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

background-color css

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

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

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

border-color css

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

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

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