#982341

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

Shades of Lipstick #982341

Tints of Lipstick #982341

Color information

#982341 (or 0x982341) is unknown color: approx Lipstick. HEX triplet: 98, 23 and 41. RGB value is (152,35,65). Sum of RGB (Red+Green+Blue) = 152+35+65=252 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.32% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 152 - color contains mainly: red. Hex color #982341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982341 is #67DCBE. Grayscale: #494949. Windows color (decimal): -6806719 or 4268952. OLE color: 4268952.

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

Color convert

RGB1523565-
CMYK00.770.570.40
HSL344.62º62.57%36.67%-
HSV(B)344.62º76.97%59.61%-
XYZ14.58.265.83-
YUV73.4123.26184.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.32%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=60.32%
G=13.89%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152356500.770.570.40344.6262.5736.67
Hex98234104D39281593f25
Octal23043101011571505317745
Binary10011000100011100000101001101111001101000101011001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982341; }

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

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

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

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

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

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

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

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