Html Css Color HEX #821818 Falu Red

📋 copy color: '#821818'

red 130 ◦ green 24 ◦ blue 24

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

Shades of Falu Red #821818

Tints of Falu Red #821818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 73.03%
G = 13.48%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#821818 (or 0x821818) is known color: Falu Red. HEX triplet: 82, 18 and 18. RGB value is (130,24,24). Sum of RGB (Red+Green+Blue) = 130+24+24=178 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.03% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 130 - color contains mainly: red. Hex color #821818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821818 is #7DE7E7. Grayscale: #373737. Windows color (decimal): -8251368 or 1579138. OLE color: 1579138.

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

Color convert

RGB 130 24 24 -
CMYK 0 0.82 0.82 0.49
HSL 0.69% 0.3% -
HSV(B) 0.82% 0.51% -
XYZ 9.7 5.47 1.41 -
YUV 55.69 110.12 181 -
System Red Green Blue C M Y K H S L
Decimal 130 24 24 0 0.82 0.82 0.49 0 0.69 0.3
Hex 82 18 18 0 52 52 31 0 45 1E
Octal 202 30 30 0 122 122 61 0 105 36
Binary 10000010 11000 11000 0 1010010 1010010 110001 0 1000101 11110

Color Harmonies of #821818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821818

Black with #821818

Text Example


Text Example

White with #821818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821818; }

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

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

background-color css

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

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

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

border-color css

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

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

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