Html Css Color HEX #821B04 Falu Red

📋 copy color: '#821B04'

red 130 ◦ green 27 ◦ blue 4

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

Shades of Falu Red #821B04

Tints of Falu Red #821B04

RGB

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

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

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

R = 80.75%
G = 16.77%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#821B04 (or 0x821B04) is known color: Falu Red. HEX triplet: 82, 1B and 04. RGB value is (130,27,4). Sum of RGB (Red+Green+Blue) = 130+27+4=161 (21% of max value = 765). Red value is 130 (51.17% from 255 or 80.75% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 130 - color contains mainly: red. Hex color #821B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B04 is #7DE4FB. Grayscale: #373737. Windows color (decimal): -8250620 or 269186. OLE color: 269186.

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

Color convert

RGB 130 27 4 -
CMYK 0 0.79 0.97 0.49
HSL 10.95º 0.94% 0.26% -
HSV(B) 10.95º 0.97% 0.51% -
XYZ 9.62 5.54 0.68 -
YUV 55.18 99.12 181.37 -
System Red Green Blue C M Y K H S L
Decimal 130 27 4 0 0.79 0.97 0.49 10.95 0.94 0.26
Hex 82 1B 4 0 4F 61 31 B 5E 1A
Octal 202 33 4 0 117 141 61 13 136 32
Binary 10000010 11011 100 0 1001111 1100001 110001 1011 1011110 11010

Color Harmonies of #821B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B04

Black with #821B04

Text Example


Text Example

White with #821B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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