#81200C

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

Shades of Falu Red #81200C

Tints of Falu Red #81200C

Color information

#81200C (or 0x81200C) is unknown color: approx Falu Red. HEX triplet: 81, 20 and 0C. RGB value is (129,32,12). Sum of RGB (Red+Green+Blue) = 129+32+12=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #81200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81200C is #7EDFF3. Grayscale: #3A3A3A. Windows color (decimal): -8314868 or 794753. OLE color: 794753.

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

Color convert

RGB1293212-
CMYK00.750.910.49
HSL10.26º82.98%27.65%-
HSV(B)10.26º90.7%50.59%-
XYZ9.645.730.95-
YUV58.72101.64178.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 74.57%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=74.57%
G=18.50%
B=6.94%

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
Decimal129321200.750.910.4910.2682.9827.65
Hex8120C04B5B31a531c
Octal20140140113133611212334
Binary1000000110000011000100101110110111100011010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,32,12); }

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

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

 a { background-color: rgb(129,32,12); }

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

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

 span { border-color: rgb(129,32,12); }

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