Html Css Color HEX #821B08 Falu Red

📋 copy color: '#821B08'

red 130 ◦ green 27 ◦ blue 8

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

Shades of Falu Red #821B08

Tints of Falu Red #821B08

RGB

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

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

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

R = 78.79%
G = 16.36%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#821B08 (or 0x821B08) is known color: Falu Red. HEX triplet: 82, 1B and 08. RGB value is (130,27,8). Sum of RGB (Red+Green+Blue) = 130+27+8=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #821B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B08 is #7DE4F7. Grayscale: #373737. Windows color (decimal): -8250616 or 531330. OLE color: 531330.

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

Color convert

RGB 130 27 8 -
CMYK 0 0.79 0.94 0.49
HSL 9.34º 0.88% 0.27% -
HSV(B) 9.34º 0.94% 0.51% -
XYZ 9.64 5.55 0.79 -
YUV 55.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 130 27 8 0 0.79 0.94 0.49 9.34 0.88 0.27
Hex 82 1B 8 0 4F 5E 31 9 58 1B
Octal 202 33 10 0 117 136 61 11 130 33
Binary 10000010 11011 1000 0 1001111 1011110 110001 1001 1011000 11011

Color Harmonies of #821B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B08

Black with #821B08

Text Example


Text Example

White with #821B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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