Html Css Color HEX #981950 Lipstick

📋 copy color: '#981950'

red 152 ◦ green 25 ◦ blue 80

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

Shades of Lipstick #981950

Tints of Lipstick #981950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 59.14%
G = 9.73%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#981950 (or 0x981950) is known color: Lipstick. HEX triplet: 98, 19 and 50. RGB value is (152,25,80). Sum of RGB (Red+Green+Blue) = 152+25+80=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #981950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981950 is #67E6AF. Grayscale: #454545. Windows color (decimal): -6809264 or 5249432. OLE color: 5249432.

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

Color convert

RGB 152 25 80 -
CMYK 0 0.84 0.47 0.40
HSL 334.02º 0.72% 0.35% -
HSV(B) 334.02º 0.84% 0.6% -
XYZ 14.74 7.95 8.35 -
YUV 69.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 152 25 80 0 0.84 0.47 0.40 334.02 0.72 0.35
Hex 98 19 50 0 54 2F 28 14E 48 23
Octal 230 31 120 0 124 57 50 516 110 43
Binary 10011000 11001 1010000 0 1010100 101111 101000 101001110 1001000 100011

Color Harmonies of #981950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981950

Black with #981950

Text Example


Text Example

White with #981950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981950; }

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

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

background-color css

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

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

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

border-color css

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

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

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