#992567

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

Shades of Lipstick #992567

Tints of Lipstick #992567

Color information

#992567 (or 0x992567) is unknown color: approx Lipstick. HEX triplet: 99, 25 and 67. RGB value is (153,37,103). Sum of RGB (Red+Green+Blue) = 153+37+103=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 37 (14.84% from 255 or 12.63% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #992567 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992567 is #66DA98. Grayscale: #4F4F4F. Windows color (decimal): -6740633 or 6759833. OLE color: 6759833.

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

Color convert

RGB15337103-
CMYK00.760.330.4
HSL325.86º61.05%37.25%-
HSV(B)325.86º75.82%60%-
XYZ16.259.0713.73-
YUV79.21141.43180.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.22%
GREEN value IS 37 (14.84% from 255) = 12.63%
BLUE value IS 103 (40.62% from 255) = 35.15%
R=52.22%
G=12.63%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533710300.760.330.4325.8661.0537.25
Hex99256704C21281463d25
Octal23145147011441505067545
Binary10011001100101110011101001100100001101000101000110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992567; }

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

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

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

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

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

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

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

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