#98275C

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

Shades of Lipstick #98275C

Tints of Lipstick #98275C

Color information

#98275C (or 0x98275C) is unknown color: approx Lipstick. HEX triplet: 98, 27 and 5C. RGB value is (152,39,92). Sum of RGB (Red+Green+Blue) = 152+39+92=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98275C is #67D8A3. Grayscale: #4E4E4E. Windows color (decimal): -6805668 or 6039448. OLE color: 6039448.

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

Color convert

RGB1523992-
CMYK00.740.390.40
HSL331.86º59.16%37.45%-
HSV(B)331.86º74.34%59.61%-
XYZ15.618.911.02-
YUV78.83135.44180.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=53.71%
G=13.78%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152399200.740.390.40331.8659.1637.45
Hex98275C04A272814c3b25
Octal23047134011247505147345
Binary10011000100111101110001001010100111101000101001100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,39,92); }

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

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

 a { background-color: rgb(152,39,92); }

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

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

 span { border-color: rgb(152,39,92); }

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