#832713

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

Shades of Falu Red #832713

Tints of Falu Red #832713

Color information

#832713 (or 0x832713) is unknown color: approx Falu Red. HEX triplet: 83, 27 and 13. RGB value is (131,39,19). Sum of RGB (Red+Green+Blue) = 131+39+19=189 (25% of max value = 765). Red value is 131 (51.56% from 255 or 69.31% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 131 - color contains mainly: red. Hex color #832713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832713 is #7CD8EC. Grayscale: #404040. Windows color (decimal): -8181997 or 1255299. OLE color: 1255299.

HSL color Cylindrical-coordinate representation of color #832713: hue angle of 10.71º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #832713 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1313919-
CMYK00.700.850.49
HSL10.71º74.67%29.41%-
HSV(B)10.71º85.5%51.37%-
XYZ10.26.321.3-
YUV64.23102.48175.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 69.31%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=69.31%
G=20.63%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131391900.700.850.4910.7174.6729.41
Hex8327130465531b4b1d
Octal20347230106125611311335
Binary10000011100111100110100011010101011100011011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832713; }

 p { color: rgb(131,39,19); }

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

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

 a { background-color: rgb(131,39,19); }

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

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

 span { border-color: rgb(131,39,19); }

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