Html Css Color HEX #821905 Falu Red

📋 copy color: '#821905'

red 130 ◦ green 25 ◦ blue 5

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

Shades of Falu Red #821905

Tints of Falu Red #821905

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.13%

R = 81.25%
G = 15.63%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#821905 (or 0x821905) is known color: Falu Red. HEX triplet: 82, 19 and 05. RGB value is (130,25,5). Sum of RGB (Red+Green+Blue) = 130+25+5=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #821905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821905 is #7DE6FA. Grayscale: #363636. Windows color (decimal): -8251131 or 334210. OLE color: 334210.

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

Color convert

RGB 130 25 5 -
CMYK 0 0.81 0.96 0.49
HSL 9.6º 0.93% 0.26% -
HSV(B) 9.6º 0.96% 0.51% -
XYZ 9.58 5.45 0.69 -
YUV 54.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 130 25 5 0 0.81 0.96 0.49 9.6 0.93 0.26
Hex 82 19 5 0 51 60 31 A 5D 1A
Octal 202 31 5 0 121 140 61 12 135 32
Binary 10000010 11001 101 0 1010001 1100000 110001 1010 1011101 11010

Color Harmonies of #821905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821905

Black with #821905

Text Example


Text Example

White with #821905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821905; }

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

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

background-color css

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

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

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

border-color css

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

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

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