#98235D

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

Shades of Lipstick #98235D

Tints of Lipstick #98235D

Color information

#98235D (or 0x98235D) is unknown color: approx Lipstick. HEX triplet: 98, 23 and 5D. RGB value is (152,35,93). Sum of RGB (Red+Green+Blue) = 152+35+93=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #98235D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98235D is #67DCA2. Grayscale: #4C4C4C. Windows color (decimal): -6806691 or 6103960. OLE color: 6103960.

HSL color Cylindrical-coordinate representation of color #98235D: hue angle of 330.26º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98235D is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1523593-
CMYK00.770.390.40
HSL330.26º62.57%36.67%-
HSV(B)330.26º76.97%59.61%-
XYZ15.538.6711.21-
YUV76.6137.26181.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 54.29%
GREEN value IS 35 (14.06% from 255) = 12.5%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=54.29%
G=12.5%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152359300.770.390.40330.2662.5736.67
Hex98235D04D272814a3f25
Octal23043135011547505127745
Binary10011000100011101110101001101100111101000101001010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98235D; }

 p { color: rgb(152,35,93); }

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

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

 a { background-color: rgb(152,35,93); }

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

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

 span { border-color: rgb(152,35,93); }

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