#FF837F

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

Shades of Salmon #FF837F

Tints of Salmon #FF837F

Color information

#FF837F (or 0xFF837F) is unknown color: approx Salmon. HEX triplet: FF, 83 and 7F. RGB value is (255,131,127). Sum of RGB (Red+Green+Blue) = 255+131+127=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF837F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF837F is #007C80. Grayscale: #A7A7A7. Windows color (decimal): -31873 or 8356863. OLE color: 8356863.

HSL color Cylindrical-coordinate representation of color #FF837F: hue angle of 1.88º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF837F is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.

Color convert

RGB255131127-
CMYK00.490.500
HSL1.88º100%74.9%-
HSV(B)1.88º50.2%100%-
XYZ53.1939.0224.81-
YUV167.62105.08190.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 131 (51.56% from 255) = 25.54%
BLUE value IS 127 (50% from 255) = 24.76%
R=49.71%
G=25.54%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513112700.490.5001.8810074.9
HexFF837F0313202644b
Octal3772031770616202144113
Binary11111111100000111111111011000111001001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF837F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF837F; }

 p { color: rgb(255,131,127); }

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

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

 a { background-color: rgb(255,131,127); }

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

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

 span { border-color: rgb(255,131,127); }

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