#82251C

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

Shades of Falu Red #82251C

Tints of Falu Red #82251C

Color information

#82251C (or 0x82251C) is unknown color: approx Falu Red. HEX triplet: 82, 25 and 1C. RGB value is (130,37,28). Sum of RGB (Red+Green+Blue) = 130+37+28=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 28 (11.33% from 255 or 14.36% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #82251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82251C is #7DDAE3. Grayscale: #3F3F3F. Windows color (decimal): -8248036 or 1844610. OLE color: 1844610.

HSL color Cylindrical-coordinate representation of color #82251C: 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.78%. Process color model (Four color, CMYK) of #82251C is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB1303728-
CMYK00.720.780.49
HSL5.29º64.56%30.98%-
HSV(B)5.29º78.46%50.98%-
XYZ10.086.151.76-
YUV63.78107.81175.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 66.67%
GREEN value IS 37 (14.84% from 255) = 18.97%
BLUE value IS 28 (11.33% from 255) = 14.36%
R=66.67%
G=18.97%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130372800.720.780.495.2964.5630.98
Hex82251C0484E315411f
Octal2024534011011661510137
Binary1000001010010111100010010001001110110001101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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