#983359

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

Shades of Lipstick #983359

Tints of Lipstick #983359

Color information

#983359 (or 0x983359) is unknown color: approx Lipstick. HEX triplet: 98, 33 and 59. RGB value is (152,51,89). Sum of RGB (Red+Green+Blue) = 152+51+89=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #983359 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983359 is #67CCA6. Grayscale: #555555. Windows color (decimal): -6802599 or 5845912. OLE color: 5845912.

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

Color convert

RGB1525189-
CMYK00.660.410.40
HSL337.43º49.75%39.8%-
HSV(B)337.43º66.45%59.61%-
XYZ15.949.7610.5-
YUV85.53129.96175.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 51 (20.31% from 255) = 17.47%
BLUE value IS 89 (35.16% from 255) = 30.48%
R=52.05%
G=17.47%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152518900.660.410.40337.4349.7539.8
Hex98335904229281513228
Octal23063131010251505216250
Binary10011000110011101100101000010101001101000101010001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983359; }

 p { color: rgb(152,51,89); }

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

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

 a { background-color: rgb(152,51,89); }

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

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

 span { border-color: rgb(152,51,89); }

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