Html Css Color HEX #FF837F Salmon

📋 copy color: '#FF837F'

red 255 ◦ green 131 ◦ blue 127

#FF837F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #FF837F

Tints of Salmon #FF837F

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 value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF837F (or 0xFF837F) is known color: 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

RGB 255 131 127 -
CMYK 0 0.49 0.50 0
HSL 1.88º 1% 0.75% -
HSV(B) 1.88º 0.5% 1% -
XYZ 53.19 39.02 24.81 -
YUV 167.62 105.08 190.33 -
System Red Green Blue C M Y K H S L
Decimal 255 131 127 0 0.49 0.50 0 1.88 1 0.75
Hex FF 83 7F 0 31 32 0 2 64 4B
Octal 377 203 177 0 61 62 0 2 144 113
Binary 11111111 10000011 1111111 0 110001 110010 0 10 1100100 1001011

Color Harmonies of #FF837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF837F

Black with #FF837F

Text Example


Text Example

White with #FF837F

Text Example


Text Example

HTML Codes & Css Web 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>