Html Css Color HEX #822701 Falu Red

📋 copy color: '#822701'

red 130 ◦ green 39 ◦ blue 1

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

Shades of Falu Red #822701

Tints of Falu Red #822701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.94%

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

R = 76.47%
G = 22.94%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#822701 (or 0x822701) is known color: Falu Red. HEX triplet: 82, 27 and 01. RGB value is (130,39,1). Sum of RGB (Red+Green+Blue) = 130+39+1=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #822701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822701 is #7DD8FE. Grayscale: #3E3E3E. Windows color (decimal): -8247551 or 75650. OLE color: 75650.

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

Color convert

RGB 130 39 1 -
CMYK 0 0.70 0.99 0.49
HSL 17.67º 0.98% 0.26% -
HSV(B) 17.67º 0.99% 0.51% -
XYZ 9.94 6.2 0.7 -
YUV 61.88 93.65 176.59 -
System Red Green Blue C M Y K H S L
Decimal 130 39 1 0 0.70 0.99 0.49 17.67 0.98 0.26
Hex 82 27 1 0 46 63 31 12 62 1A
Octal 202 47 1 0 106 143 61 22 142 32
Binary 10000010 100111 1 0 1000110 1100011 110001 10010 1100010 11010

Color Harmonies of #822701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822701

Black with #822701

Text Example


Text Example

White with #822701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822701; }

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

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

background-color css

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

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

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

border-color css

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

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

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