Html Css Color HEX #822807 Falu Red

📋 copy color: '#822807'

red 130 ◦ green 40 ◦ blue 7

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

Shades of Falu Red #822807

Tints of Falu Red #822807

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

 BLUE value IS 7 (3.13% from 255) = 3.95%

R = 73.45%
G = 22.6%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#822807 (or 0x822807) is known color: Falu Red. HEX triplet: 82, 28 and 07. RGB value is (130,40,7). Sum of RGB (Red+Green+Blue) = 130+40+7=177 (23% of max value = 765). Red value is 130 (51.17% from 255 or 73.45% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 7 (3.12% from 255 or 3.95% from 177); Max value from RGB is 130 - color contains mainly: red. Hex color #822807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822807 is #7DD7F8. Grayscale: #3F3F3F. Windows color (decimal): -8247289 or 469122. OLE color: 469122.

HSL color Cylindrical-coordinate representation of color #822807: hue angle of 16.1º degrees, saturation: 0.9, 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 #822807 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 40 7 -
CMYK 0 0.69 0.95 0.49
HSL 16.1º 0.9% 0.27% -
HSV(B) 16.1º 0.95% 0.51% -
XYZ 10 6.28 0.89 -
YUV 63.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 130 40 7 0 0.69 0.95 0.49 16.1 0.9 0.27
Hex 82 28 7 0 45 5F 31 10 5A 1B
Octal 202 50 7 0 105 137 61 20 132 33
Binary 10000010 101000 111 0 1000101 1011111 110001 10000 1011010 11011

Color Harmonies of #822807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822807

Black with #822807

Text Example


Text Example

White with #822807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822807; }

 p { color: rgb(130,40,7); }

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

background-color css

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

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

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

border-color css

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

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

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