#83201D

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

Shades of Falu Red #83201D

Tints of Falu Red #83201D

Color information

#83201D (or 0x83201D) is unknown color: approx Falu Red. HEX triplet: 83, 20 and 1D. RGB value is (131,32,29). Sum of RGB (Red+Green+Blue) = 131+32+29=192 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.23% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 131 - color contains mainly: red. Hex color #83201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83201D is #7CDFE2. Grayscale: #3D3D3D. Windows color (decimal): -8183779 or 1908867. OLE color: 1908867.

HSL color Cylindrical-coordinate representation of color #83201D: hue angle of 1.76º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #83201D is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1313229-
CMYK00.760.780.49
HSL1.76º63.75%31.37%-
HSV(B)1.76º77.86%51.37%-
XYZ10.15.951.78-
YUV61.26109.8177.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 68.23%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 29 (11.72% from 255) = 15.10%
R=68.23%
G=16.67%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131322900.760.780.491.7663.7531.37
Hex83201D04C4E312401f
Octal2034035011411661210037
Binary100000111000001110101001100100111011000110100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83201D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83201D; }

 p { color: rgb(131,32,29); }

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

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

 a { background-color: rgb(131,32,29); }

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

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

 span { border-color: rgb(131,32,29); }

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