Html Css Color HEX #82220B Falu Red

📋 copy color: '#82220B'

red 130 ◦ green 34 ◦ blue 11

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

Shades of Falu Red #82220B

Tints of Falu Red #82220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 74.29%
G = 19.43%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82220B (or 0x82220B) is known color: Falu Red. HEX triplet: 82, 22 and 0B. RGB value is (130,34,11). Sum of RGB (Red+Green+Blue) = 130+34+11=175 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.29% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 130 - color contains mainly: red. Hex color #82220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82220B is #7DDDF4. Grayscale: #3C3C3C. Windows color (decimal): -8248821 or 729730. OLE color: 729730.

HSL color Cylindrical-coordinate representation of color #82220B: hue angle of 11.6º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82220B is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 34 11 -
CMYK 0 0.74 0.92 0.49
HSL 11.6º 0.84% 0.28% -
HSV(B) 11.6º 0.92% 0.51% -
XYZ 9.84 5.91 0.94 -
YUV 60.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 130 34 11 0 0.74 0.92 0.49 11.6 0.84 0.28
Hex 82 22 B 0 4A 5C 31 C 54 1C
Octal 202 42 13 0 112 134 61 14 124 34
Binary 10000010 100010 1011 0 1001010 1011100 110001 1100 1010100 11100

Color Harmonies of #82220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82220B

Black with #82220B

Text Example


Text Example

White with #82220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82220B; }

 p { color: rgb(130,34,11); }

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

background-color css

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

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

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

border-color css

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

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

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