#98143E

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

Shades of Lipstick #98143E

Tints of Lipstick #98143E

Color information

#98143E (or 0x98143E) is unknown color: approx Lipstick. HEX triplet: 98, 14 and 3E. RGB value is (152,20,62). Sum of RGB (Red+Green+Blue) = 152+20+62=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #98143E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98143E is #67EBC1. Grayscale: #404040. Windows color (decimal): -6810562 or 4068504. OLE color: 4068504.

HSL color Cylindrical-coordinate representation of color #98143E: hue angle of 340.91º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98143E is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB1522062-
CMYK00.870.590.40
HSL340.91º76.74%33.73%-
HSV(B)340.91º86.84%59.61%-
XYZ14.077.525.27-
YUV64.26126.73190.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 64.96%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=64.96%
G=8.55%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152206200.870.590.40340.9176.7433.73
Hex98143E0573B281554d22
Octal23024760127735052511542
Binary1001100010100111110010101111110111010001010101011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98143E; }

 p { color: rgb(152,20,62); }

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

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

 a { background-color: rgb(152,20,62); }

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

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

 span { border-color: rgb(152,20,62); }

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