#822003

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

Shades of Falu Red #822003

Tints of Falu Red #822003

Color information

#822003 (or 0x822003) is unknown color: approx Falu Red. HEX triplet: 82, 20 and 03. RGB value is (130,32,3). Sum of RGB (Red+Green+Blue) = 130+32+3=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #822003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822003 is #7DDFFC. Grayscale: #3A3A3A. Windows color (decimal): -8249341 or 204930. OLE color: 204930.

HSL color Cylindrical-coordinate representation of color #822003: hue angle of 13.7º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #822003 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130323-
CMYK00.750.980.49
HSL13.7º95.49%26.08%-
HSV(B)13.7º97.69%50.98%-
XYZ9.745.790.69-
YUV5896.97179.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 78.79%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 3 (1.56% from 255) = 1.82%
R=78.79%
G=19.39%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13032300.750.980.4913.795.4926.08
Hex8220304B6231e5f1a
Octal2024030113142611613732
Binary10000010100000110100101111000101100011110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822003; }

 p { color: rgb(130,32,3); }

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

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

 a { background-color: rgb(130,32,3); }

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

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

 span { border-color: rgb(130,32,3); }

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