#98184E

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

Shades of Lipstick #98184E

Tints of Lipstick #98184E

Color information

#98184E (or 0x98184E) is unknown color: approx Lipstick. HEX triplet: 98, 18 and 4E. RGB value is (152,24,78). Sum of RGB (Red+Green+Blue) = 152+24+78=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #98184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98184E is #67E7B1. Grayscale: #444444. Windows color (decimal): -6809522 or 5118104. OLE color: 5118104.

HSL color Cylindrical-coordinate representation of color #98184E: hue angle of 334.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98184E is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1522478-
CMYK00.840.490.40
HSL334.69º72.73%34.51%-
HSV(B)334.69º84.21%59.61%-
XYZ14.657.887.96-
YUV68.43133.41187.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 59.84%
GREEN value IS 24 (9.77% from 255) = 9.45%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=59.84%
G=9.45%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152247800.840.490.40334.6972.7334.51
Hex98184E054312814f4923
Octal230301160124615051711143
Binary10011000110001001110010101001100011010001010011111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,24,78); }

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

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

 a { background-color: rgb(152,24,78); }

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

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

 span { border-color: rgb(152,24,78); }

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