#812613

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

Shades of Falu Red #812613

Tints of Falu Red #812613

Color information

#812613 (or 0x812613) is unknown color: approx Falu Red. HEX triplet: 81, 26 and 13. RGB value is (129,38,19). Sum of RGB (Red+Green+Blue) = 129+38+19=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #812613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812613 is #7ED9EC. Grayscale: #3F3F3F. Windows color (decimal): -8313325 or 1255041. OLE color: 1255041.

HSL color Cylindrical-coordinate representation of color #812613: hue angle of 10.36º degrees, saturation: 0.74, 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 #812613 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB1293819-
CMYK00.710.850.49
HSL10.36º74.32%29.02%-
HSV(B)10.36º85.27%50.59%-
XYZ9.866.11.27-
YUV63.04103.15175.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.35%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 19 (7.81% from 255) = 10.22%
R=69.35%
G=20.43%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129381900.710.850.4910.3674.3229.02
Hex8126130475531a4a1d
Octal20146230107125611211235
Binary10000001100110100110100011110101011100011010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812613; }

 p { color: rgb(129,38,19); }

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

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

 a { background-color: rgb(129,38,19); }

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

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

 span { border-color: rgb(129,38,19); }

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