#982450

Color #982450 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #982450

Tints of Lipstick #982450

Color information

#982450 (or 0x982450) is unknown color: approx Lipstick. HEX triplet: 98, 24 and 50. RGB value is (152,36,80). Sum of RGB (Red+Green+Blue) = 152+36+80=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #982450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982450 is #67DBAF. Grayscale: #4B4B4B. Windows color (decimal): -6806448 or 5252248. OLE color: 5252248.

HSL color Cylindrical-coordinate representation of color #982450: hue angle of 337.24º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982450 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB1523680-
CMYK00.760.470.40
HSL337.24º61.7%36.86%-
HSV(B)337.24º76.32%59.61%-
XYZ15.038.528.44-
YUV75.7130.43182.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=56.72%
G=13.43%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152368000.760.470.40337.2461.736.86
Hex98245004C2F281513e25
Octal23044120011457505217645
Binary10011000100100101000001001100101111101000101010001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982450; }

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

 H1.HeaderClassName
 {
   color: #982450;
 }
 .AnyTagClassName
 {
   color: #982450;
 }
</style>
background-color css

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

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

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

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

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

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