#83270C

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

Shades of Falu Red #83270C

Tints of Falu Red #83270C

Color information

#83270C (or 0x83270C) is unknown color: approx Falu Red. HEX triplet: 83, 27 and 0C. RGB value is (131,39,12). Sum of RGB (Red+Green+Blue) = 131+39+12=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83270C is #7CD8F3. Grayscale: #3F3F3F. Windows color (decimal): -8182004 or 796547. OLE color: 796547.

HSL color Cylindrical-coordinate representation of color #83270C: hue angle of 13.61º 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 #83270C is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1313912-
CMYK00.700.910.49
HSL13.61º83.22%28.04%-
HSV(B)13.61º90.84%51.37%-
XYZ10.156.31.03-
YUV63.4398.98176.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.98%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=71.98%
G=21.43%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131391200.700.910.4913.6183.2228.04
Hex8327C0465B31e531c
Octal20347140106133611612334
Binary1000001110011111000100011010110111100011110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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