Html Css Color HEX #982247 Lipstick

📋 copy color: '#982247'

red 152 ◦ green 34 ◦ blue 71

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

Shades of Lipstick #982247

Tints of Lipstick #982247

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.23%

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

R = 59.14%
G = 13.23%
B = 27.63%

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

#982247 (or 0x982247) is known color: Lipstick. HEX triplet: 98, 22 and 47. RGB value is (152,34,71). Sum of RGB (Red+Green+Blue) = 152+34+71=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #982247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982247 is #67DDB8. Grayscale: #494949. Windows color (decimal): -6806969 or 4661912. OLE color: 4661912.

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

Color convert

RGB 152 34 71 -
CMYK 0 0.78 0.53 0.40
HSL 341.19º 0.63% 0.36% -
HSV(B) 341.19º 0.78% 0.6% -
XYZ 14.66 8.27 6.79 -
YUV 73.5 126.59 183.99 -
System Red Green Blue C M Y K H S L
Decimal 152 34 71 0 0.78 0.53 0.40 341.19 0.63 0.36
Hex 98 22 47 0 4E 35 28 155 3F 24
Octal 230 42 107 0 116 65 50 525 77 44
Binary 10011000 100010 1000111 0 1001110 110101 101000 101010101 111111 100100

Color Harmonies of #982247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982247

Black with #982247

Text Example


Text Example

White with #982247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982247; }

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

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

background-color css

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

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

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

border-color css

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

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

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