#934950

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

Shades of Solid Pink #934950

Tints of Solid Pink #934950

Color information

#934950 (or 0x934950) is unknown color: approx Solid Pink. HEX triplet: 93, 49 and 50. RGB value is (147,73,80). Sum of RGB (Red+Green+Blue) = 147+73+80=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #934950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934950 is #6CB6AF. Grayscale: #5F5F5F. Windows color (decimal): -7124656 or 5261715. OLE color: 5261715.

HSL color Cylindrical-coordinate representation of color #934950: hue angle of 354.32º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #934950 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1477380-
CMYK00.500.460.42
HSL354.32º33.64%43.14%-
HSV(B)354.32º50.34%57.65%-
XYZ15.8611.558.98-
YUV95.92119.02164.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=49%
G=24.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147738000.500.460.42354.3233.6443.14
Hex9349500322E2A162222b
Octal22311112006256525424253
Binary10010011100100110100000110010101110101010101100010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934950; }

 p { color: rgb(147,73,80); }

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

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

 a { background-color: rgb(147,73,80); }

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

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

 span { border-color: rgb(147,73,80); }

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