#982153

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

Shades of Lipstick #982153

Tints of Lipstick #982153

Color information

#982153 (or 0x982153) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 53. RGB value is (152,33,83). Sum of RGB (Red+Green+Blue) = 152+33+83=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #982153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982153 is #67DEAC. Grayscale: #4A4A4A. Windows color (decimal): -6807213 or 5448088. OLE color: 5448088.

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

Color convert

RGB1523383-
CMYK00.780.450.40
HSL334.79º64.32%36.27%-
HSV(B)334.79º78.29%59.61%-
XYZ15.058.399.01-
YUV74.28132.92183.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=56.72%
G=12.31%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152338300.780.450.40334.7964.3236.27
Hex98215304E2D2814f4024
Octal230411230116555051710044
Binary100110001000011010011010011101011011010001010011111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982153; }

 p { color: rgb(152,33,83); }

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

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

 a { background-color: rgb(152,33,83); }

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

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

 span { border-color: rgb(152,33,83); }

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