Html Css Color HEX #821B05 Falu Red

📋 copy color: '#821B05'

red 130 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #821B05

Tints of Falu Red #821B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.67%

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

R = 80.25%
G = 16.67%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#821B05 (or 0x821B05) is known color: Falu Red. HEX triplet: 82, 1B and 05. RGB value is (130,27,5). Sum of RGB (Red+Green+Blue) = 130+27+5=162 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.25% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 130 - color contains mainly: red. Hex color #821B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B05 is #7DE4FA. Grayscale: #373737. Windows color (decimal): -8250619 or 334722. OLE color: 334722.

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

Color convert

RGB 130 27 5 -
CMYK 0 0.79 0.96 0.49
HSL 10.56º 0.93% 0.26% -
HSV(B) 10.56º 0.96% 0.51% -
XYZ 9.63 5.54 0.71 -
YUV 55.29 99.62 181.29 -
System Red Green Blue C M Y K H S L
Decimal 130 27 5 0 0.79 0.96 0.49 10.56 0.93 0.26
Hex 82 1B 5 0 4F 60 31 B 5D 1A
Octal 202 33 5 0 117 140 61 13 135 32
Binary 10000010 11011 101 0 1001111 1100000 110001 1011 1011101 11010

Color Harmonies of #821B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B05

Black with #821B05

Text Example


Text Example

White with #821B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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