#82240F

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

Shades of Falu Red #82240F

Tints of Falu Red #82240F

Color information

#82240F (or 0x82240F) is unknown color: approx Falu Red. HEX triplet: 82, 24 and 0F. RGB value is (130,36,15). Sum of RGB (Red+Green+Blue) = 130+36+15=181 (23% of max value = 765). Red value is 130 (51.17% from 255 or 71.82% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 130 - color contains mainly: red. Hex color #82240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82240F is #7DDBF0. Grayscale: #3D3D3D. Windows color (decimal): -8248305 or 992386. OLE color: 992386.

HSL color Cylindrical-coordinate representation of color #82240F: hue angle of 10.96º 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 #82240F is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1303615-
CMYK00.720.880.49
HSL10.96º79.31%28.43%-
HSV(B)10.96º88.46%50.98%-
XYZ9.926.041.1-
YUV61.71101.64176.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 71.82%
GREEN value IS 36 (14.45% from 255) = 19.89%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=71.82%
G=19.89%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130361500.720.880.4910.9679.3128.43
Hex8224F0485831b4f1c
Octal20244170110130611311734
Binary1000001010010011110100100010110001100011011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,36,15); }

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

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

 a { background-color: rgb(130,36,15); }

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

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

 span { border-color: rgb(130,36,15); }

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