Html Css Color HEX #821A0E Falu Red

📋 copy color: '#821A0E'

red 130 ◦ green 26 ◦ blue 14

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

Shades of Falu Red #821A0E

Tints of Falu Red #821A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.29%

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

R = 76.47%
G = 15.29%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#821A0E (or 0x821A0E) is known color: Falu Red. HEX triplet: 82, 1A and 0E. RGB value is (130,26,14). Sum of RGB (Red+Green+Blue) = 130+26+14=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #821A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821A0E is #7DE5F1. Grayscale: #373737. Windows color (decimal): -8250866 or 924290. OLE color: 924290.

HSL color Cylindrical-coordinate representation of color #821A0E: hue angle of 6.21º 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 #821A0E is Cyan = 0, Magento = 0.8, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 26 14 -
CMYK 0 0.8 0.89 0.49
HSL 6.21º 0.81% 0.28% -
HSV(B) 6.21º 0.89% 0.51% -
XYZ 9.65 5.52 0.97 -
YUV 55.73 104.46 180.98 -
System Red Green Blue C M Y K H S L
Decimal 130 26 14 0 0.8 0.89 0.49 6.21 0.81 0.28
Hex 82 1A E 0 50 59 31 6 51 1C
Octal 202 32 16 0 120 131 61 6 121 34
Binary 10000010 11010 1110 0 1010000 1011001 110001 110 1010001 11100

Color Harmonies of #821A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821A0E

Black with #821A0E

Text Example


Text Example

White with #821A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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