Html Css Color HEX #821801 Falu Red

📋 copy color: '#821801'

red 130 ◦ green 24 ◦ blue 1

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

Shades of Falu Red #821801

Tints of Falu Red #821801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 83.87%
G = 15.48%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#821801 (or 0x821801) is known color: Falu Red. HEX triplet: 82, 18 and 01. RGB value is (130,24,1). Sum of RGB (Red+Green+Blue) = 130+24+1=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #821801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821801 is #7DE7FE. Grayscale: #353535. Windows color (decimal): -8251391 or 71810. OLE color: 71810.

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

Color convert

RGB 130 24 1 -
CMYK 0 0.82 0.99 0.49
HSL 10.7º 0.98% 0.26% -
HSV(B) 10.7º 0.99% 0.51% -
XYZ 9.54 5.4 0.57 -
YUV 53.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 130 24 1 0 0.82 0.99 0.49 10.7 0.98 0.26
Hex 82 18 1 0 52 63 31 B 62 1A
Octal 202 30 1 0 122 143 61 13 142 32
Binary 10000010 11000 1 0 1010010 1100011 110001 1011 1100010 11010

Color Harmonies of #821801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821801

Black with #821801

Text Example


Text Example

White with #821801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821801; }

 p { color: rgb(130,24,1); }

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

background-color css

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

 a { background-color: rgb(130,24,1); }

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

border-color css

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

 span { border-color: rgb(130,24,1); }

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