#98254f

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

Shades of Lipstick #98254F

Tints of Lipstick #98254F

Color information

#98254F (or 0x98254F) is unknown color: approx Lipstick. HEX triplet: 98, 25 and 4F. RGB value is (152,37,79). Sum of RGB (Red+Green+Blue) = 152+37+79=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #98254F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98254F is #67DAB0. Grayscale: #4C4C4C. Windows color (decimal): -6806193 or 5186968. OLE color: 5186968.

HSL color Cylindrical-coordinate representation of color #98254F: hue angle of 338.09º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98254F is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1523779-
CMYK00.760.480.40
HSL338.09º60.85%37.06%-
HSV(B)338.09º75.66%59.61%-
XYZ15.028.568.26-
YUV76.17129.6182.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=56.72%
G=13.81%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152377900.760.480.40338.0960.8537.06
Hex98254F04C30281523d25
Octal23045117011460505227545
Binary10011000100101100111101001100110000101000101010010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98254f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98254f; }

 p { color: rgb(152,37,79); }

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

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

 a { background-color: rgb(152,37,79); }

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

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

 span { border-color: rgb(152,37,79); }

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