Html Css Color HEX #821509 Falu Red

📋 copy color: '#821509'

red 130 ◦ green 21 ◦ blue 9

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

Shades of Falu Red #821509

Tints of Falu Red #821509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.63%

R = 81.25%
G = 13.13%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#821509 (or 0x821509) is known color: Falu Red. HEX triplet: 82, 15 and 09. RGB value is (130,21,9). Sum of RGB (Red+Green+Blue) = 130+21+9=160 (21% of max value = 765). Red value is 130 (51.17% from 255 or 81.25% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 9 (3.91% from 255 or 5.62% from 160); Max value from RGB is 130 - color contains mainly: red. Hex color #821509 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821509 is #7DEAF6. Grayscale: #343434. Windows color (decimal): -8252151 or 595330. OLE color: 595330.

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

Color convert

RGB 130 21 9 -
CMYK 0 0.84 0.93 0.49
HSL 5.95º 0.87% 0.27% -
HSV(B) 5.95º 0.93% 0.51% -
XYZ 9.52 5.3 0.78 -
YUV 52.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 130 21 9 0 0.84 0.93 0.49 5.95 0.87 0.27
Hex 82 15 9 0 54 5D 31 6 57 1B
Octal 202 25 11 0 124 135 61 6 127 33
Binary 10000010 10101 1001 0 1010100 1011101 110001 110 1010111 11011

Color Harmonies of #821509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821509

Black with #821509

Text Example


Text Example

White with #821509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821509; }

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

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

background-color css

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

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

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

border-color css

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

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

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