#982142

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

Shades of Lipstick #982142

Tints of Lipstick #982142

Color information

#982142 (or 0x982142) is unknown color: approx Lipstick. HEX triplet: 98, 21 and 42. RGB value is (152,33,66). Sum of RGB (Red+Green+Blue) = 152+33+66=251 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.56% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 152 - color contains mainly: red. Hex color #982142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982142 is #67DEBD. Grayscale: #484848. Windows color (decimal): -6807230 or 4333976. OLE color: 4333976.

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

Color convert

RGB1523366-
CMYK00.780.570.40
HSL343.36º64.32%36.27%-
HSV(B)343.36º78.29%59.61%-
XYZ14.488.165.97-
YUV72.34124.42184.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.56%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 66 (26.17% from 255) = 26.29%
R=60.56%
G=13.15%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152336600.780.570.40343.3664.3236.27
Hex98214204E39281574024
Octal230411020116715052710044
Binary100110001000011000010010011101110011010001010101111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982142; }

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

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

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

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

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

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

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

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