Html Css Color HEX #822501 Falu Red

📋 copy color: '#822501'

red 130 ◦ green 37 ◦ blue 1

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

Shades of Falu Red #822501

Tints of Falu Red #822501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 77.38%
G = 22.02%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#822501 (or 0x822501) is known color: Falu Red. HEX triplet: 82, 25 and 01. RGB value is (130,37,1). Sum of RGB (Red+Green+Blue) = 130+37+1=168 (22% of max value = 765). Red value is 130 (51.17% from 255 or 77.38% from 168); Green value is 37 (14.84% from 255 or 22.02% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 130 - color contains mainly: red. Hex color #822501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822501 is #7DDAFE. Grayscale: #3C3C3C. Windows color (decimal): -8248063 or 75138. OLE color: 75138.

HSL color Cylindrical-coordinate representation of color #822501: hue angle of 16.74º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #822501 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 37 1 -
CMYK 0 0.72 0.99 0.49
HSL 16.74º 0.98% 0.26% -
HSV(B) 16.74º 0.99% 0.51% -
XYZ 9.87 6.07 0.68 -
YUV 60.7 94.31 177.43 -
System Red Green Blue C M Y K H S L
Decimal 130 37 1 0 0.72 0.99 0.49 16.74 0.98 0.26
Hex 82 25 1 0 48 63 31 11 62 1A
Octal 202 45 1 0 110 143 61 21 142 32
Binary 10000010 100101 1 0 1001000 1100011 110001 10001 1100010 11010

Color Harmonies of #822501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822501

Black with #822501

Text Example


Text Example

White with #822501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822501; }

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

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

background-color css

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

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

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

border-color css

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

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

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