#832710

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

Shades of Falu Red #832710

Tints of Falu Red #832710

Color information

#832710 (or 0x832710) is unknown color: approx Falu Red. HEX triplet: 83, 27 and 10. RGB value is (131,39,16). Sum of RGB (Red+Green+Blue) = 131+39+16=186 (24% of max value = 765). Red value is 131 (51.56% from 255 or 70.43% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 16 (6.64% from 255 or 8.60% from 186); Max value from RGB is 131 - color contains mainly: red. Hex color #832710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832710 is #7CD8EF. Grayscale: #404040. Windows color (decimal): -8182000 or 1058691. OLE color: 1058691.

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

Color convert

RGB1313916-
CMYK00.700.880.49
HSL12º78.23%28.82%-
HSV(B)12º87.79%51.37%-
XYZ10.186.311.17-
YUV63.89100.98175.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 70.43%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 16 (6.64% from 255) = 8.60%
R=70.43%
G=20.97%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131391600.700.880.491278.2328.82
Hex8327100465831c4e1d
Octal20347200106130611411635
Binary10000011100111100000100011010110001100011100100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832710; }

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

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

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

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

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

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

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

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