Html Css Color HEX #82210A Falu Red

📋 copy color: '#82210A'

red 130 ◦ green 33 ◦ blue 10

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

Shades of Falu Red #82210A

Tints of Falu Red #82210A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

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

R = 75.14%
G = 19.08%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82210A (or 0x82210A) is known color: Falu Red. HEX triplet: 82, 21 and 0A. RGB value is (130,33,10). Sum of RGB (Red+Green+Blue) = 130+33+10=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #82210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82210A is #7DDEF5. Grayscale: #3B3B3B. Windows color (decimal): -8249078 or 663938. OLE color: 663938.

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

Color convert

RGB 130 33 10 -
CMYK 0 0.75 0.92 0.49
HSL 11.5º 0.86% 0.27% -
HSV(B) 11.5º 0.92% 0.51% -
XYZ 9.8 5.86 0.9 -
YUV 59.38 100.14 178.37 -
System Red Green Blue C M Y K H S L
Decimal 130 33 10 0 0.75 0.92 0.49 11.5 0.86 0.27
Hex 82 21 A 0 4B 5C 31 C 56 1B
Octal 202 41 12 0 113 134 61 14 126 33
Binary 10000010 100001 1010 0 1001011 1011100 110001 1100 1010110 11011

Color Harmonies of #82210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82210A

Black with #82210A

Text Example


Text Example

White with #82210A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82210A; }

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

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

background-color css

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

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

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

border-color css

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

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

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