#99254B

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

Shades of Lipstick #99254B

Tints of Lipstick #99254B

Color information

#99254B (or 0x99254B) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 4B. RGB value is (153,37,75). Sum of RGB (Red+Green+Blue) = 153+37+75=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99254B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99254B is #66DAB4. Grayscale: #4B4B4B. Windows color (decimal): -6740661 or 4924825. OLE color: 4924825.

HSL color Cylindrical-coordinate representation of color #99254B: hue angle of 340.34º 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 #99254B is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB1533775-
CMYK00.760.510.4
HSL340.34º61.05%37.25%-
HSV(B)340.34º75.82%60%-
XYZ15.078.67.52-
YUV76.02127.43182.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=57.74%
G=13.96%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153377500.760.510.4340.3461.0537.25
Hex99254B04C33281543d25
Octal23145113011463505247545
Binary10011001100101100101101001100110011101000101010100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99254B; }

 p { color: rgb(153,37,75); }

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

<style>
 a { background-color: #99254B; }

 a { background-color: rgb(153,37,75); }

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

<style>
 span { border-color: #99254B; }

 span { border-color: rgb(153,37,75); }

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