#983258

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

Shades of Lipstick #983258

Tints of Lipstick #983258

Color information

#983258 (or 0x983258) is unknown color: approx Lipstick. HEX triplet: 98, 32 and 58. RGB value is (152,50,88). Sum of RGB (Red+Green+Blue) = 152+50+88=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #983258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983258 is #67CDA7. Grayscale: #545454. Windows color (decimal): -6802856 or 5780120. OLE color: 5780120.

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

Color convert

RGB1525088-
CMYK00.670.420.40
HSL337.65º50.5%39.61%-
HSV(B)337.65º67.11%59.61%-
XYZ15.859.6610.26-
YUV84.83129.79175.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 50 (19.92% from 255) = 17.24%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=52.41%
G=17.24%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152508800.670.420.40337.6550.539.61
Hex9832580432A281523228
Octal23062130010352505226250
Binary10011000110010101100001000011101010101000101010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983258; }

 p { color: rgb(152,50,88); }

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

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

 a { background-color: rgb(152,50,88); }

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

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

 span { border-color: rgb(152,50,88); }

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