#821A02

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

Shades of Falu Red #821A02

Tints of Falu Red #821A02

Color information

#821A02 (or 0x821A02) is unknown color: approx Falu Red. HEX triplet: 82, 1A and 02. RGB value is (130,26,2). Sum of RGB (Red+Green+Blue) = 130+26+2=158 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.28% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 130 - color contains mainly: red. Hex color #821A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A02 is #7DE5FD. Grayscale: #363636. Windows color (decimal): -8250878 or 137858. OLE color: 137858.

HSL color Cylindrical-coordinate representation of color #821A02: hue angle of 11.25º degrees, saturation: 0.97, 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 #821A02 is Cyan = 0, Magento = 0.8, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB130262-
CMYK00.80.980.49
HSL11.25º96.97%25.88%-
HSV(B)11.25º98.46%50.98%-
XYZ9.595.490.61-
YUV54.3698.46181.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 82.28%
GREEN value IS 26 (10.55% from 255) = 16.46%
BLUE value IS 2 (1.17% from 255) = 1.27%
R=82.28%
G=16.46%
B=1.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13026200.80.980.4911.2596.9725.88
Hex821A20506231b611a
Octal2023220120142611314132
Binary1000001011010100101000011000101100011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821A02; }

 p { color: rgb(130,26,2); }

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

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

 a { background-color: rgb(130,26,2); }

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

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

 span { border-color: rgb(130,26,2); }

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