Html Css Color HEX #821904 Falu Red

📋 copy color: '#821904'

red 130 ◦ green 25 ◦ blue 4

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

Shades of Falu Red #821904

Tints of Falu Red #821904

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

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

R = 81.76%
G = 15.72%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#821904 (or 0x821904) is known color: Falu Red. HEX triplet: 82, 19 and 04. RGB value is (130,25,4). Sum of RGB (Red+Green+Blue) = 130+25+4=159 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.76% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 130 - color contains mainly: red. Hex color #821904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821904 is #7DE6FB. Grayscale: #363636. Windows color (decimal): -8251132 or 268674. OLE color: 268674.

HSL color Cylindrical-coordinate representation of color #821904: hue angle of 10º 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 #821904 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 4 -
CMYK 0 0.81 0.97 0.49
HSL 10º 0.94% 0.26% -
HSV(B) 10º 0.97% 0.51% -
XYZ 9.58 5.45 0.66 -
YUV 54 99.79 182.21 -
System Red Green Blue C M Y K H S L
Decimal 130 25 4 0 0.81 0.97 0.49 10 0.94 0.26
Hex 82 19 4 0 51 61 31 A 5E 1A
Octal 202 31 4 0 121 141 61 12 136 32
Binary 10000010 11001 100 0 1010001 1100001 110001 1010 1011110 11010

Color Harmonies of #821904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821904

Black with #821904

Text Example


Text Example

White with #821904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821904; }

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

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

background-color css

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

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

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

border-color css

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

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

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