#83210C

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

Shades of Falu Red #83210C

Tints of Falu Red #83210C

Color information

#83210C (or 0x83210C) is unknown color: approx Falu Red. HEX triplet: 83, 21 and 0C. RGB value is (131,33,12). Sum of RGB (Red+Green+Blue) = 131+33+12=176 (23% of max value = 765). Red value is 131 (51.56% from 255 or 74.43% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 131 - color contains mainly: red. Hex color #83210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83210C is #7CDEF3. Grayscale: #3C3C3C. Windows color (decimal): -8183540 or 795011. OLE color: 795011.

HSL color Cylindrical-coordinate representation of color #83210C: hue angle of 10.59º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83210C is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1313312-
CMYK00.750.910.49
HSL10.59º83.22%28.04%-
HSV(B)10.59º90.84%51.37%-
XYZ9.975.940.97-
YUV59.91100.97178.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 74.43%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=74.43%
G=18.75%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131331200.750.910.4910.5983.2228.04
Hex8321C04B5B31b531c
Octal20341140113133611312334
Binary1000001110000111000100101110110111100011011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83210C; }

 p { color: rgb(131,33,12); }

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

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

 a { background-color: rgb(131,33,12); }

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

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

 span { border-color: rgb(131,33,12); }

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