Html Css Color HEX #821505 Falu Red

📋 copy color: '#821505'

red 130 ◦ green 21 ◦ blue 5

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

Shades of Falu Red #821505

Tints of Falu Red #821505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.21%

R = 83.33%
G = 13.46%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#821505 (or 0x821505) is known color: Falu Red. HEX triplet: 82, 15 and 05. RGB value is (130,21,5). Sum of RGB (Red+Green+Blue) = 130+21+5=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #821505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821505 is #7DEAFA. Grayscale: #333333. Windows color (decimal): -8252155 or 333186. OLE color: 333186.

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

Color convert

RGB 130 21 5 -
CMYK 0 0.84 0.96 0.49
HSL 7.68º 0.93% 0.26% -
HSV(B) 7.68º 0.96% 0.51% -
XYZ 9.5 5.29 0.66 -
YUV 51.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 130 21 5 0 0.84 0.96 0.49 7.68 0.93 0.26
Hex 82 15 5 0 54 60 31 8 5D 1A
Octal 202 25 5 0 124 140 61 10 135 32
Binary 10000010 10101 101 0 1010100 1100000 110001 1000 1011101 11010

Color Harmonies of #821505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821505

Black with #821505

Text Example


Text Example

White with #821505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821505; }

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

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

background-color css

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

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

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

border-color css

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

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

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