#982743

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

Shades of Lipstick #982743

Tints of Lipstick #982743

Color information

#982743 (or 0x982743) is unknown color: approx Lipstick. HEX triplet: 98, 27 and 43. RGB value is (152,39,67). Sum of RGB (Red+Green+Blue) = 152+39+67=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #982743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982743 is #67D8BC. Grayscale: #4B4B4B. Windows color (decimal): -6805693 or 4401048. OLE color: 4401048.

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

Color convert

RGB1523967-
CMYK00.740.560.40
HSL345.13º59.16%37.45%-
HSV(B)345.13º74.34%59.61%-
XYZ14.698.536.18-
YUV75.98122.94182.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 39 (15.62% from 255) = 15.12%
BLUE value IS 67 (26.56% from 255) = 25.97%
R=58.91%
G=15.12%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152396700.740.560.40345.1359.1637.45
Hex98274304A38281593b25
Octal23047103011270505317345
Binary10011000100111100001101001010111000101000101011001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982743; }

 p { color: rgb(152,39,67); }

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

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

 a { background-color: rgb(152,39,67); }

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

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

 span { border-color: rgb(152,39,67); }

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