Html Css Color HEX #821A00 Falu Red

📋 copy color: '#821A00'

red 130 ◦ green 26 ◦ blue 0

#821A00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #821A00

Tints of Falu Red #821A00

RGB

 RED value IS 130 (51.17% from 255) = 83.33%

 GREEN value IS 26 (10.55% from 255) = 16.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#821A00 (or 0x821A00) is known color: Falu Red. HEX triplet: 82, 1A and 00. RGB value is (130,26,0). Sum of RGB (Red+Green+Blue) = 130+26+0=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #821A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A00 is #7DE5FF. Grayscale: #363636. Windows color (decimal): -8250880 or 6786. OLE color: 6786.

HSL color Cylindrical-coordinate representation of color #821A00: hue angle of 12º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #821A00 is Cyan = 0, Magento = 0.8, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 26 0 -
CMYK 0 0.8 1 0.49
HSL 12º 1% 0.25% -
HSV(B) 12º 1% 0.51% -
XYZ 9.58 5.48 0.55 -
YUV 54.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 130 26 0 0 0.8 1 0.49 12 1 0.25
Hex 82 1A 0 0 50 64 31 C 64 19
Octal 202 32 0 0 120 144 61 14 144 31
Binary 10000010 11010 0 0 1010000 1100100 110001 1100 1100100 11001

Color Harmonies of #821A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A00

Black with #821A00

Text Example


Text Example

White with #821A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #821A00;
 }
 .AnyTagClassName
 {
   color: #821A00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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