Html Css Color HEX #821B14 Falu Red

📋 copy color: '#821B14'

red 130 ◦ green 27 ◦ blue 20

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

Shades of Falu Red #821B14

Tints of Falu Red #821B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.3%

R = 73.45%
G = 15.25%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#821B14 (or 0x821B14) is known color: Falu Red. HEX triplet: 82, 1B and 14. RGB value is (130,27,20). Sum of RGB (Red+Green+Blue) = 130+27+20=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #821B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B14 is #7DE4EB. Grayscale: #393939. Windows color (decimal): -8250604 or 1317762. OLE color: 1317762.

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

Color convert

RGB 130 27 20 -
CMYK 0 0.79 0.85 0.49
HSL 3.82º 0.73% 0.29% -
HSV(B) 3.82º 0.85% 0.51% -
XYZ 9.72 5.58 1.23 -
YUV 57 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 130 27 20 0 0.79 0.85 0.49 3.82 0.73 0.29
Hex 82 1B 14 0 4F 55 31 4 49 1D
Octal 202 33 24 0 117 125 61 4 111 35
Binary 10000010 11011 10100 0 1001111 1010101 110001 100 1001001 11101

Color Harmonies of #821B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B14

Black with #821B14

Text Example


Text Example

White with #821B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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