#943462

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

Shades of Lipstick #943462

Tints of Lipstick #943462

Color information

#943462 (or 0x943462) is unknown color: approx Lipstick. HEX triplet: 94, 34 and 62. RGB value is (148,52,98). Sum of RGB (Red+Green+Blue) = 148+52+98=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #943462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943462 is #6BCB9D. Grayscale: #555555. Windows color (decimal): -7064478 or 6435988. OLE color: 6435988.

HSL color Cylindrical-coordinate representation of color #943462: hue angle of 331.25º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943462 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1485298-
CMYK00.650.340.42
HSL331.25º48%39.22%-
HSV(B)331.25º64.86%58.04%-
XYZ15.659.6312.59-
YUV85.95134.8172.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=49.66%
G=17.45%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148529800.650.340.42331.254839.22
Hex943462041222A14b3027
Octal22464142010142525136047
Binary10010100110100110001001000001100010101010101001011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943462; }

 p { color: rgb(148,52,98); }

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

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

 a { background-color: rgb(148,52,98); }

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

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

 span { border-color: rgb(148,52,98); }

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