#81241B

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

Shades of Falu Red #81241B

Tints of Falu Red #81241B

Color information

#81241B (or 0x81241B) is unknown color: approx Falu Red. HEX triplet: 81, 24 and 1B. RGB value is (129,36,27). Sum of RGB (Red+Green+Blue) = 129+36+27=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81241B is #7EDBE4. Grayscale: #3E3E3E. Windows color (decimal): -8313829 or 1778817. OLE color: 1778817.

HSL color Cylindrical-coordinate representation of color #81241B: hue angle of 5.29º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81241B is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1293627-
CMYK00.720.790.49
HSL5.29º65.38%30.59%-
HSV(B)5.29º79.07%50.59%-
XYZ9.886.011.68-
YUV62.78107.81175.23-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.19%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 27 (10.94% from 255) = 14.06%
R=67.19%
G=18.75%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129362700.720.790.495.2965.3830.59
Hex81241B0484F315411f
Octal2014433011011761510137
Binary1000000110010011011010010001001111110001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81241B; }

 p { color: rgb(129,36,27); }

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

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

 a { background-color: rgb(129,36,27); }

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

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

 span { border-color: rgb(129,36,27); }

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