#983454

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

Shades of Lipstick #983454

Tints of Lipstick #983454

Color information

#983454 (or 0x983454) is unknown color: approx Lipstick. HEX triplet: 98, 34 and 54. RGB value is (152,52,84). Sum of RGB (Red+Green+Blue) = 152+52+84=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #983454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983454 is #67CBAB. Grayscale: #555555. Windows color (decimal): -6802348 or 5518488. OLE color: 5518488.

HSL color Cylindrical-coordinate representation of color #983454: hue angle of 340.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983454 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB1525284-
CMYK00.660.450.40
HSL340.8º49.02%40%-
HSV(B)340.8º65.79%59.61%-
XYZ15.789.779.44-
YUV85.55127.13175.4-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.78%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=52.78%
G=18.06%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152528400.660.450.40340.849.0240
Hex9834540422D281553128
Octal23064124010255505256150
Binary10011000110100101010001000010101101101000101010101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983454; }

 p { color: rgb(152,52,84); }

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

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

 a { background-color: rgb(152,52,84); }

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

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

 span { border-color: rgb(152,52,84); }

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