Html Css Color HEX #822507 Falu Red

📋 copy color: '#822507'

red 130 ◦ green 37 ◦ blue 7

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

Shades of Falu Red #822507

Tints of Falu Red #822507

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.26%

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

R = 74.71%
G = 21.26%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#822507 (or 0x822507) is known color: Falu Red. HEX triplet: 82, 25 and 07. RGB value is (130,37,7). Sum of RGB (Red+Green+Blue) = 130+37+7=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 7 (3.12% from 255 or 4.02% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #822507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822507 is #7DDAF8. Grayscale: #3D3D3D. Windows color (decimal): -8248057 or 468354. OLE color: 468354.

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

Color convert

RGB 130 37 7 -
CMYK 0 0.72 0.95 0.49
HSL 14.63º 0.9% 0.27% -
HSV(B) 14.63º 0.95% 0.51% -
XYZ 9.91 6.08 0.85 -
YUV 61.39 97.31 176.94 -
System Red Green Blue C M Y K H S L
Decimal 130 37 7 0 0.72 0.95 0.49 14.63 0.9 0.27
Hex 82 25 7 0 48 5F 31 F 5A 1B
Octal 202 45 7 0 110 137 61 17 132 33
Binary 10000010 100101 111 0 1001000 1011111 110001 1111 1011010 11011

Color Harmonies of #822507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822507

Black with #822507

Text Example


Text Example

White with #822507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822507; }

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

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

background-color css

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

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

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

border-color css

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

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

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