#81250F

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

Shades of Falu Red #81250F

Tints of Falu Red #81250F

Color information

#81250F (or 0x81250F) is unknown color: approx Falu Red. HEX triplet: 81, 25 and 0F. RGB value is (129,37,15). Sum of RGB (Red+Green+Blue) = 129+37+15=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #81250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81250F is #7EDAF0. Grayscale: #3E3E3E. Windows color (decimal): -8313585 or 992641. OLE color: 992641.

HSL color Cylindrical-coordinate representation of color #81250F: hue angle of 11.58º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81250F is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1293715-
CMYK00.710.880.49
HSL11.58º79.17%28.24%-
HSV(B)11.58º88.37%50.59%-
XYZ9.86.021.1-
YUV62101.48175.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.27%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=71.27%
G=20.44%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129371500.710.880.4911.5879.1728.24
Hex8125F0475831c4f1c
Octal20145170107130611411734
Binary1000000110010111110100011110110001100011100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81250F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81250F; }

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

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

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

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

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

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

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

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