Html Css Color HEX #982147 Lipstick

📋 copy color: '#982147'

red 152 ◦ green 33 ◦ blue 71

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

Shades of Lipstick #982147

Tints of Lipstick #982147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.89%

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

R = 59.38%
G = 12.89%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#982147 (or 0x982147) is known color: Lipstick. HEX triplet: 98, 21 and 47. RGB value is (152,33,71). Sum of RGB (Red+Green+Blue) = 152+33+71=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #982147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982147 is #67DEB8. Grayscale: #484848. Windows color (decimal): -6807225 or 4661656. OLE color: 4661656.

HSL color Cylindrical-coordinate representation of color #982147: hue angle of 340.84º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982147 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 33 71 -
CMYK 0 0.78 0.53 0.40
HSL 340.84º 0.64% 0.36% -
HSV(B) 340.84º 0.78% 0.6% -
XYZ 14.63 8.22 6.78 -
YUV 72.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 152 33 71 0 0.78 0.53 0.40 340.84 0.64 0.36
Hex 98 21 47 0 4E 35 28 155 40 24
Octal 230 41 107 0 116 65 50 525 100 44
Binary 10011000 100001 1000111 0 1001110 110101 101000 101010101 1000000 100100

Color Harmonies of #982147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982147

Black with #982147

Text Example


Text Example

White with #982147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982147; }

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

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

background-color css

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

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

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

border-color css

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

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

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