Html Css Color HEX #981948 Lipstick

📋 copy color: '#981948'

red 152 ◦ green 25 ◦ blue 72

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

Shades of Lipstick #981948

Tints of Lipstick #981948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.04%

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

R = 61.04%
G = 10.04%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#981948 (or 0x981948) is known color: Lipstick. HEX triplet: 98, 19 and 48. RGB value is (152,25,72). Sum of RGB (Red+Green+Blue) = 152+25+72=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #981948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981948 is #67E6B7. Grayscale: #444444. Windows color (decimal): -6809272 or 4725144. OLE color: 4725144.

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

Color convert

RGB 152 25 72 -
CMYK 0 0.84 0.53 0.40
HSL 337.8º 0.72% 0.35% -
HSV(B) 337.8º 0.84% 0.6% -
XYZ 14.47 7.84 6.88 -
YUV 68.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 152 25 72 0 0.84 0.53 0.40 337.8 0.72 0.35
Hex 98 19 48 0 54 35 28 152 48 23
Octal 230 31 110 0 124 65 50 522 110 43
Binary 10011000 11001 1001000 0 1010100 110101 101000 101010010 1001000 100011

Color Harmonies of #981948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981948

Black with #981948

Text Example


Text Example

White with #981948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981948; }

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

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

background-color css

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

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

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

border-color css

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

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

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