Html Css Color HEX #982148 Lipstick

📋 copy color: '#982148'

red 152 ◦ green 33 ◦ blue 72

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

Shades of Lipstick #982148

Tints of Lipstick #982148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 28.02%

R = 59.14%
G = 12.84%
B = 28.02%

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

#982148 (or 0x982148) is known color: Lipstick. HEX triplet: 98, 21 and 48. RGB value is (152,33,72). Sum of RGB (Red+Green+Blue) = 152+33+72=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #982148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982148 is #67DEB7. Grayscale: #484848. Windows color (decimal): -6807224 or 4727192. OLE color: 4727192.

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

Color convert

RGB 152 33 72 -
CMYK 0 0.78 0.53 0.40
HSL 340.34º 0.64% 0.36% -
HSV(B) 340.34º 0.78% 0.6% -
XYZ 14.66 8.23 6.95 -
YUV 73.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 152 33 72 0 0.78 0.53 0.40 340.34 0.64 0.36
Hex 98 21 48 0 4E 35 28 154 40 24
Octal 230 41 110 0 116 65 50 524 100 44
Binary 10011000 100001 1001000 0 1001110 110101 101000 101010100 1000000 100100

Color Harmonies of #982148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982148

Black with #982148

Text Example


Text Example

White with #982148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982148; }

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

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

background-color css

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

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

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

border-color css

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

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

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