Html Css Color HEX #821D04 Falu Red

📋 copy color: '#821D04'

red 130 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #821D04

Tints of Falu Red #821D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.79%

 BLUE value IS 4 (1.95% from 255) = 2.45%

R = 79.75%
G = 17.79%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#821D04 (or 0x821D04) is known color: Falu Red. HEX triplet: 82, 1D and 04. RGB value is (130,29,4). Sum of RGB (Red+Green+Blue) = 130+29+4=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 4 (1.95% from 255 or 2.45% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #821D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D04 is #7DE2FB. Grayscale: #383838. Windows color (decimal): -8250108 or 269698. OLE color: 269698.

HSL color Cylindrical-coordinate representation of color #821D04: hue angle of 11.9º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #821D04 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 29 4 -
CMYK 0 0.78 0.97 0.49
HSL 11.9º 0.94% 0.26% -
HSV(B) 11.9º 0.97% 0.51% -
XYZ 9.67 5.63 0.69 -
YUV 56.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 130 29 4 0 0.78 0.97 0.49 11.9 0.94 0.26
Hex 82 1D 4 0 4E 61 31 C 5E 1A
Octal 202 35 4 0 116 141 61 14 136 32
Binary 10000010 11101 100 0 1001110 1100001 110001 1100 1011110 11010

Color Harmonies of #821D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D04

Black with #821D04

Text Example


Text Example

White with #821D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,29,4); }

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

background-color css

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

 a { background-color: rgb(130,29,4); }

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

border-color css

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

 span { border-color: rgb(130,29,4); }

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