#983455

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

Shades of Lipstick #983455

Tints of Lipstick #983455

Color information

#983455 (or 0x983455) is unknown color: approx Lipstick. HEX triplet: 98, 34 and 55. RGB value is (152,52,85). Sum of RGB (Red+Green+Blue) = 152+52+85=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #983455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983455 is #67CBAA. Grayscale: #555555. Windows color (decimal): -6802347 or 5584024. OLE color: 5584024.

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

Color convert

RGB1525285-
CMYK00.660.440.40
HSL340.2º49.02%40%-
HSV(B)340.2º65.79%59.61%-
XYZ15.829.799.65-
YUV85.66127.63175.32-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 52 (20.70% from 255) = 17.99%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=52.60%
G=17.99%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152528500.660.440.40340.249.0240
Hex9834550422C281543128
Octal23064125010254505246150
Binary10011000110100101010101000010101100101000101010100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983455; }

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

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

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

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

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

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

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

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