Html Css Color HEX #822006 Falu Red

📋 copy color: '#822006'

red 130 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #822006

Tints of Falu Red #822006

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.05%

 BLUE value IS 6 (2.73% from 255) = 3.57%

R = 77.38%
G = 19.05%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#822006 (or 0x822006) is known color: Falu Red. HEX triplet: 82, 20 and 06. RGB value is (130,32,6). Sum of RGB (Red+Green+Blue) = 130+32+6=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #822006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822006 is #7DDFF9. Grayscale: #3A3A3A. Windows color (decimal): -8249338 or 401538. OLE color: 401538.

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

Color convert

RGB 130 32 6 -
CMYK 0 0.75 0.95 0.49
HSL 12.58º 0.91% 0.27% -
HSV(B) 12.58º 0.95% 0.51% -
XYZ 9.76 5.79 0.78 -
YUV 58.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 130 32 6 0 0.75 0.95 0.49 12.58 0.91 0.27
Hex 82 20 6 0 4B 5F 31 D 5B 1B
Octal 202 40 6 0 113 137 61 15 133 33
Binary 10000010 100000 110 0 1001011 1011111 110001 1101 1011011 11011

Color Harmonies of #822006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822006

Black with #822006

Text Example


Text Example

White with #822006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822006; }

 p { color: rgb(130,32,6); }

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

background-color css

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

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

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

border-color css

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

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

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