#98264C

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

Shades of Lipstick #98264C

Tints of Lipstick #98264C

Color information

#98264C (or 0x98264C) is unknown color: approx Lipstick. HEX triplet: 98, 26 and 4C. RGB value is (152,38,76). Sum of RGB (Red+Green+Blue) = 152+38+76=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98264C is #67D9B3. Grayscale: #4C4C4C. Windows color (decimal): -6805940 or 4990616. OLE color: 4990616.

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

Color convert

RGB1523876-
CMYK00.750.500.40
HSL340º60%37.25%-
HSV(B)340º75%59.61%-
XYZ14.958.587.71-
YUV76.42127.77181.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.14%
GREEN value IS 38 (15.23% from 255) = 14.29%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=57.14%
G=14.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152387600.750.500.403406037.25
Hex98264C04B32281543c25
Octal23046114011362505247445
Binary10011000100110100110001001011110010101000101010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98264C; }

 p { color: rgb(152,38,76); }

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

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

 a { background-color: rgb(152,38,76); }

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

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

 span { border-color: rgb(152,38,76); }

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