Html Css Color HEX #821506 Falu Red

📋 copy color: '#821506'

red 130 ◦ green 21 ◦ blue 6

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

Shades of Falu Red #821506

Tints of Falu Red #821506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

 BLUE value IS 6 (2.73% from 255) = 3.82%

R = 82.8%
G = 13.38%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#821506 (or 0x821506) is known color: Falu Red. HEX triplet: 82, 15 and 06. RGB value is (130,21,6). Sum of RGB (Red+Green+Blue) = 130+21+6=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #821506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821506 is #7DEAF9. Grayscale: #343434. Windows color (decimal): -8252154 or 398722. OLE color: 398722.

HSL color Cylindrical-coordinate representation of color #821506: hue angle of 7.26º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #821506 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 21 6 -
CMYK 0 0.84 0.95 0.49
HSL 7.26º 0.91% 0.27% -
HSV(B) 7.26º 0.95% 0.51% -
XYZ 9.51 5.3 0.69 -
YUV 51.88 102.11 183.72 -
System Red Green Blue C M Y K H S L
Decimal 130 21 6 0 0.84 0.95 0.49 7.26 0.91 0.27
Hex 82 15 6 0 54 5F 31 7 5B 1B
Octal 202 25 6 0 124 137 61 7 133 33
Binary 10000010 10101 110 0 1010100 1011111 110001 111 1011011 11011

Color Harmonies of #821506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821506

Black with #821506

Text Example


Text Example

White with #821506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821506; }

 p { color: rgb(130,21,6); }

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

background-color css

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

 a { background-color: rgb(130,21,6); }

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

border-color css

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

 span { border-color: rgb(130,21,6); }

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