Html Css Color HEX #821308 Falu Red

📋 copy color: '#821308'

red 130 ◦ green 19 ◦ blue 8

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

Shades of Falu Red #821308

Tints of Falu Red #821308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.1%

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

R = 82.8%
G = 12.1%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#821308 (or 0x821308) is known color: Falu Red. HEX triplet: 82, 13 and 08. RGB value is (130,19,8). Sum of RGB (Red+Green+Blue) = 130+19+8=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #821308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821308 is #7DECF7. Grayscale: #333333. Windows color (decimal): -8252664 or 529282. OLE color: 529282.

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

Color convert

RGB 130 19 8 -
CMYK 0 0.85 0.94 0.49
HSL 5.41º 0.88% 0.27% -
HSV(B) 5.41º 0.94% 0.51% -
XYZ 9.48 5.23 0.74 -
YUV 50.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 130 19 8 0 0.85 0.94 0.49 5.41 0.88 0.27
Hex 82 13 8 0 55 5E 31 5 58 1B
Octal 202 23 10 0 125 136 61 5 130 33
Binary 10000010 10011 1000 0 1010101 1011110 110001 101 1011000 11011

Color Harmonies of #821308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821308

Black with #821308

Text Example


Text Example

White with #821308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821308; }

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

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

background-color css

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

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

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

border-color css

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

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

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