#812602

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

Shades of Falu Red #812602

Tints of Falu Red #812602

Color information

#812602 (or 0x812602) is unknown color: approx Falu Red. HEX triplet: 81, 26 and 02. RGB value is (129,38,2). Sum of RGB (Red+Green+Blue) = 129+38+2=169 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.33% from 169); Green value is 38 (15.23% from 255 or 22.49% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 129 - color contains mainly: red. Hex color #812602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812602 is #7ED9FD. Grayscale: #3D3D3D. Windows color (decimal): -8313342 or 140929. OLE color: 140929.

HSL color Cylindrical-coordinate representation of color #812602: hue angle of 17.01º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #812602 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB129382-
CMYK00.710.980.49
HSL17.01º96.95%25.69%-
HSV(B)17.01º98.45%50.59%-
XYZ9.766.060.71-
YUV61.194.65176.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 76.33%
GREEN value IS 38 (15.23% from 255) = 22.49%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=76.33%
G=22.49%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12938200.710.980.4917.0196.9525.69
Hex81262047623111611a
Octal2014620107142612114132
Binary100000011001101001000111110001011000110001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812602; }

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

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

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

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

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

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

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

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