#81251C

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

Shades of Falu Red #81251C

Tints of Falu Red #81251C

Color information

#81251C (or 0x81251C) is unknown color: approx Falu Red. HEX triplet: 81, 25 and 1C. RGB value is (129,37,28). Sum of RGB (Red+Green+Blue) = 129+37+28=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #81251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81251C is #7EDAE3. Grayscale: #3F3F3F. Windows color (decimal): -8313572 or 1844609. OLE color: 1844609.

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

Color convert

RGB1293728-
CMYK00.710.780.49
HSL5.35º64.33%30.78%-
HSV(B)5.35º78.29%50.59%-
XYZ9.926.071.75-
YUV63.48107.98174.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 66.49%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 28 (11.33% from 255) = 14.43%
R=66.49%
G=19.07%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129372800.710.780.495.3564.3330.78
Hex81251C0474E315401f
Octal2014534010711661510037
Binary1000000110010111100010001111001110110001101100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,37,28); }

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

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

 a { background-color: rgb(129,37,28); }

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

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

 span { border-color: rgb(129,37,28); }

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