Html Css Color HEX #82210C Falu Red

📋 copy color: '#82210C'

red 130 ◦ green 33 ◦ blue 12

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

Shades of Falu Red #82210C

Tints of Falu Red #82210C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 74.29%
G = 18.86%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#82210C (or 0x82210C) is known color: Falu Red. HEX triplet: 82, 21 and 0C. RGB value is (130,33,12). Sum of RGB (Red+Green+Blue) = 130+33+12=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #82210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82210C is #7DDEF3. Grayscale: #3B3B3B. Windows color (decimal): -8249076 or 795010. OLE color: 795010.

HSL color Cylindrical-coordinate representation of color #82210C: hue angle of 10.68º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82210C is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 33 12 -
CMYK 0 0.75 0.91 0.49
HSL 10.68º 0.83% 0.28% -
HSV(B) 10.68º 0.91% 0.51% -
XYZ 9.82 5.86 0.96 -
YUV 59.61 101.14 178.21 -
System Red Green Blue C M Y K H S L
Decimal 130 33 12 0 0.75 0.91 0.49 10.68 0.83 0.28
Hex 82 21 C 0 4B 5B 31 B 53 1C
Octal 202 41 14 0 113 133 61 13 123 34
Binary 10000010 100001 1100 0 1001011 1011011 110001 1011 1010011 11100

Color Harmonies of #82210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82210C

Black with #82210C

Text Example


Text Example

White with #82210C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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