Html Css Color HEX #821D0E Falu Red

📋 copy color: '#821D0E'

red 130 ◦ green 29 ◦ blue 14

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

Shades of Falu Red #821D0E

Tints of Falu Red #821D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.76%

 BLUE value IS 14 (5.86% from 255) = 8.09%

R = 75.14%
G = 16.76%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#821D0E (or 0x821D0E) is known color: Falu Red. HEX triplet: 82, 1D and 0E. RGB value is (130,29,14). Sum of RGB (Red+Green+Blue) = 130+29+14=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 14 (5.86% from 255 or 8.09% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #821D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821D0E is #7DE2F1. Grayscale: #393939. Windows color (decimal): -8250098 or 925058. OLE color: 925058.

HSL color Cylindrical-coordinate representation of color #821D0E: hue angle of 7.76º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821D0E is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 29 14 -
CMYK 0 0.78 0.89 0.49
HSL 7.76º 0.81% 0.28% -
HSV(B) 7.76º 0.89% 0.51% -
XYZ 9.72 5.66 0.99 -
YUV 57.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 130 29 14 0 0.78 0.89 0.49 7.76 0.81 0.28
Hex 82 1D E 0 4E 59 31 8 51 1C
Octal 202 35 16 0 116 131 61 10 121 34
Binary 10000010 11101 1110 0 1001110 1011001 110001 1000 1010001 11100

Color Harmonies of #821D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821D0E

Black with #821D0E

Text Example


Text Example

White with #821D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,29,14); }

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

background-color css

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

 a { background-color: rgb(130,29,14); }

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

border-color css

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

 span { border-color: rgb(130,29,14); }

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