Html Css Color HEX #821C18 Falu Red

📋 copy color: '#821C18'

red 130 ◦ green 28 ◦ blue 24

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

Shades of Falu Red #821C18

Tints of Falu Red #821C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.38%

 BLUE value IS 24 (9.77% from 255) = 13.19%

R = 71.43%
G = 15.38%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#821C18 (or 0x821C18) is known color: Falu Red. HEX triplet: 82, 1C and 18. RGB value is (130,28,24). Sum of RGB (Red+Green+Blue) = 130+28+24=182 (24% of max value = 765). Red value is 130 (51.17% from 255 or 71.43% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 24 (9.77% from 255 or 13.19% from 182); Max value from RGB is 130 - color contains mainly: red. Hex color #821C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #821C18 is #7DE3E7. Grayscale: #3A3A3A. Windows color (decimal): -8250344 or 1580162. OLE color: 1580162.

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

Color convert

RGB 130 28 24 -
CMYK 0 0.78 0.82 0.49
HSL 2.26º 0.69% 0.3% -
HSV(B) 2.26º 0.82% 0.51% -
XYZ 9.79 5.64 1.44 -
YUV 58.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 130 28 24 0 0.78 0.82 0.49 2.26 0.69 0.3
Hex 82 1C 18 0 4E 52 31 2 45 1E
Octal 202 34 30 0 116 122 61 2 105 36
Binary 10000010 11100 11000 0 1001110 1010010 110001 10 1000101 11110

Color Harmonies of #821C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C18

Black with #821C18

Text Example


Text Example

White with #821C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,28,24); }

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

background-color css

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

 a { background-color: rgb(130,28,24); }

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

border-color css

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

 span { border-color: rgb(130,28,24); }

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