Html Css Color HEX #821B0A Falu Red

📋 copy color: '#821B0A'

red 130 ◦ green 27 ◦ blue 10

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

Shades of Falu Red #821B0A

Tints of Falu Red #821B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.17%

 BLUE value IS 10 (4.3% from 255) = 5.99%

R = 77.84%
G = 16.17%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#821B0A (or 0x821B0A) is known color: Falu Red. HEX triplet: 82, 1B and 0A. RGB value is (130,27,10). Sum of RGB (Red+Green+Blue) = 130+27+10=167 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.84% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 130 - color contains mainly: red. Hex color #821B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B0A is #7DE4F5. Grayscale: #383838. Windows color (decimal): -8250614 or 662402. OLE color: 662402.

HSL color Cylindrical-coordinate representation of color #821B0A: hue angle of 8.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #821B0A is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 27 10 -
CMYK 0 0.79 0.92 0.49
HSL 8.5º 0.86% 0.27% -
HSV(B) 8.5º 0.92% 0.51% -
XYZ 9.65 5.55 0.85 -
YUV 55.86 102.12 180.88 -
System Red Green Blue C M Y K H S L
Decimal 130 27 10 0 0.79 0.92 0.49 8.5 0.86 0.27
Hex 82 1B A 0 4F 5C 31 8 56 1B
Octal 202 33 12 0 117 134 61 10 126 33
Binary 10000010 11011 1010 0 1001111 1011100 110001 1000 1010110 11011

Color Harmonies of #821B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B0A

Black with #821B0A

Text Example


Text Example

White with #821B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,27,10); }

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

background-color css

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

 a { background-color: rgb(130,27,10); }

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

border-color css

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

 span { border-color: rgb(130,27,10); }

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