Html Css Color HEX #821B15 Falu Red

📋 copy color: '#821B15'

red 130 ◦ green 27 ◦ blue 21

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

Shades of Falu Red #821B15

Tints of Falu Red #821B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.8%

R = 73.03%
G = 15.17%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#821B15 (or 0x821B15) is known color: Falu Red. HEX triplet: 82, 1B and 15. RGB value is (130,27,21). Sum of RGB (Red+Green+Blue) = 130+27+21=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #821B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821B15 is #7DE4EA. Grayscale: #393939. Windows color (decimal): -8250603 or 1383298. OLE color: 1383298.

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

Color convert

RGB 130 27 21 -
CMYK 0 0.79 0.84 0.49
HSL 3.3º 0.72% 0.3% -
HSV(B) 3.3º 0.84% 0.51% -
XYZ 9.73 5.58 1.27 -
YUV 57.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 130 27 21 0 0.79 0.84 0.49 3.3 0.72 0.3
Hex 82 1B 15 0 4F 54 31 3 48 1E
Octal 202 33 25 0 117 124 61 3 110 36
Binary 10000010 11011 10101 0 1001111 1010100 110001 11 1001000 11110

Color Harmonies of #821B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821B15

Black with #821B15

Text Example


Text Example

White with #821B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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