Html Css Color HEX #821405 Falu Red

📋 copy color: '#821405'

red 130 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #821405

Tints of Falu Red #821405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

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

R = 83.87%
G = 12.9%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#821405 (or 0x821405) is known color: Falu Red. HEX triplet: 82, 14 and 05. RGB value is (130,20,5). Sum of RGB (Red+Green+Blue) = 130+20+5=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #821405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821405 is #7DEBFA. Grayscale: #333333. Windows color (decimal): -8252411 or 332930. OLE color: 332930.

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

Color convert

RGB 130 20 5 -
CMYK 0 0.85 0.96 0.49
HSL 7.2º 0.93% 0.26% -
HSV(B) 7.2º 0.96% 0.51% -
XYZ 9.48 5.26 0.66 -
YUV 51.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 130 20 5 0 0.85 0.96 0.49 7.2 0.93 0.26
Hex 82 14 5 0 55 60 31 7 5D 1A
Octal 202 24 5 0 125 140 61 7 135 32
Binary 10000010 10100 101 0 1010101 1100000 110001 111 1011101 11010

Color Harmonies of #821405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821405

Black with #821405

Text Example


Text Example

White with #821405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821405; }

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

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

background-color css

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

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

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

border-color css

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

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

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