#934749

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

Shades of Solid Pink #934749

Tints of Solid Pink #934749

Color information

#934749 (or 0x934749) is unknown color: approx Solid Pink. HEX triplet: 93, 47 and 49. RGB value is (147,71,73). Sum of RGB (Red+Green+Blue) = 147+71+73=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #934749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #934749 is #6CB8B6. Grayscale: #5E5E5E. Windows color (decimal): -7125175 or 4802451. OLE color: 4802451.

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

Color convert

RGB1477173-
CMYK00.520.500.42
HSL358.42º34.86%42.75%-
HSV(B)358.42º51.7%57.65%-
XYZ15.4911.197.65-
YUV93.95116.18165.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.52%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=50.52%
G=24.40%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147717300.520.500.42358.4234.8642.75
Hex934749034322A166232b
Octal22310711106462525464353
Binary10010011100011110010010110100110010101010101100110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934749; }

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

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

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

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

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

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

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

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