#832213

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

Shades of Falu Red #832213

Tints of Falu Red #832213

Color information

#832213 (or 0x832213) is unknown color: approx Falu Red. HEX triplet: 83, 22 and 13. RGB value is (131,34,19). Sum of RGB (Red+Green+Blue) = 131+34+19=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #832213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832213 is #7CDDEC. Grayscale: #3D3D3D. Windows color (decimal): -8183277 or 1254019. OLE color: 1254019.

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

Color convert

RGB1313419-
CMYK00.740.850.49
HSL8.04º74.67%29.41%-
HSV(B)8.04º85.5%51.37%-
XYZ10.056.021.25-
YUV61.29104.14177.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.20%
GREEN value IS 34 (13.67% from 255) = 18.48%
BLUE value IS 19 (7.81% from 255) = 10.33%
R=71.20%
G=18.48%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131341900.740.850.498.0474.6729.41
Hex83221304A553184b1d
Octal20342230112125611011335
Binary10000011100010100110100101010101011100011000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832213; }

 p { color: rgb(131,34,19); }

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

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

 a { background-color: rgb(131,34,19); }

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

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

 span { border-color: rgb(131,34,19); }

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