Html Css Color HEX #821D08 Falu Red

📋 copy color: '#821D08'

red 130 ◦ green 29 ◦ blue 8

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

Shades of Falu Red #821D08

Tints of Falu Red #821D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.37%

 BLUE value IS 8 (3.52% from 255) = 4.79%

R = 77.84%
G = 17.37%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#821D08 (or 0x821D08) is known color: Falu Red. HEX triplet: 82, 1D and 08. RGB value is (130,29,8). Sum of RGB (Red+Green+Blue) = 130+29+8=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #821D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D08 is #7DE2F7. Grayscale: #383838. Windows color (decimal): -8250104 or 531842. OLE color: 531842.

HSL color Cylindrical-coordinate representation of color #821D08: hue angle of 10.33º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #821D08 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 29 8 -
CMYK 0 0.78 0.94 0.49
HSL 10.33º 0.88% 0.27% -
HSV(B) 10.33º 0.94% 0.51% -
XYZ 9.69 5.64 0.81 -
YUV 56.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 130 29 8 0 0.78 0.94 0.49 10.33 0.88 0.27
Hex 82 1D 8 0 4E 5E 31 A 58 1B
Octal 202 35 10 0 116 136 61 12 130 33
Binary 10000010 11101 1000 0 1001110 1011110 110001 1010 1011000 11011

Color Harmonies of #821D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D08

Black with #821D08

Text Example


Text Example

White with #821D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,29,8); }

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

background-color css

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

 a { background-color: rgb(130,29,8); }

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

border-color css

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

 span { border-color: rgb(130,29,8); }

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