#854650

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

Shades of Solid Pink #854650

Tints of Solid Pink #854650

Color information

#854650 (or 0x854650) is unknown color: approx Solid Pink. HEX triplet: 85, 46 and 50. RGB value is (133,70,80). Sum of RGB (Red+Green+Blue) = 133+70+80=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #854650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854650 is #7AB9AF. Grayscale: #595959. Windows color (decimal): -8042928 or 5260933. OLE color: 5260933.

HSL color Cylindrical-coordinate representation of color #854650: hue angle of 350.48º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854650 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1337080-
CMYK00.470.400.48
HSL350.48º31.03%39.8%-
HSV(B)350.48º47.37%52.16%-
XYZ13.319.958.81-
YUV89.98122.37158.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=47.00%
G=24.73%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133708000.470.400.48350.4831.0339.8
Hex85465002F283015e1f28
Octal20510612005750605363750
Binary1000010110001101010000010111110100011000010101111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854650; }

 p { color: rgb(133,70,80); }

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

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

 a { background-color: rgb(133,70,80); }

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

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

 span { border-color: rgb(133,70,80); }

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