#982351

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

Shades of Lipstick #982351

Tints of Lipstick #982351

Color information

#982351 (or 0x982351) is unknown color: approx Lipstick. HEX triplet: 98, 23 and 51. RGB value is (152,35,81). Sum of RGB (Red+Green+Blue) = 152+35+81=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #982351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982351 is #67DCAE. Grayscale: #4B4B4B. Windows color (decimal): -6806703 or 5317528. OLE color: 5317528.

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

Color convert

RGB1523581-
CMYK00.770.470.40
HSL336.41º62.57%36.67%-
HSV(B)336.41º76.97%59.61%-
XYZ15.048.478.63-
YUV75.23131.26182.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=56.72%
G=13.06%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152358100.770.470.40336.4162.5736.67
Hex98235104D2F281503f25
Octal23043121011557505207745
Binary10011000100011101000101001101101111101000101010000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982351; }

 p { color: rgb(152,35,81); }

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

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

 a { background-color: rgb(152,35,81); }

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

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

 span { border-color: rgb(152,35,81); }

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