#92316c

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

Shades of Lipstick #92316C

Tints of Lipstick #92316C

Color information

#92316C (or 0x92316C) is unknown color: approx Lipstick. HEX triplet: 92, 31 and 6C. RGB value is (146,49,108). Sum of RGB (Red+Green+Blue) = 146+49+108=303 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.18% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 146 - color contains mainly: red. Hex color #92316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92316C is #6DCE93. Grayscale: #545454. Windows color (decimal): -7196308 or 7090578. OLE color: 7090578.

HSL color Cylindrical-coordinate representation of color #92316C: hue angle of 323.51º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92316C is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB14649108-
CMYK00.660.260.43
HSL323.51º49.74%38.24%-
HSV(B)323.51º66.44%57.25%-
XYZ15.669.3915.17-
YUV84.73141.14171.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.18%
GREEN value IS 49 (19.53% from 255) = 16.17%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=48.18%
G=16.17%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1464910800.660.260.43323.5149.7438.24
Hex92316C0421A2B1443226
Octal22261154010232535046246
Binary1001001011000111011000100001011010101011101000100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92316c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92316c; }

 p { color: rgb(146,49,108); }

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

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

 a { background-color: rgb(146,49,108); }

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

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

 span { border-color: rgb(146,49,108); }

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