Html Css Color HEX #822007 Falu Red

📋 copy color: '#822007'

red 130 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #822007

Tints of Falu Red #822007

RGB

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

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

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

R = 76.92%
G = 18.93%
B = 4.14%

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

#822007 (or 0x822007) is known color: Falu Red. HEX triplet: 82, 20 and 07. RGB value is (130,32,7). Sum of RGB (Red+Green+Blue) = 130+32+7=169 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.92% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 130 - color contains mainly: red. Hex color #822007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822007 is #7DDFF8. Grayscale: #3A3A3A. Windows color (decimal): -8249337 or 467074. OLE color: 467074.

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

Color convert

RGB 130 32 7 -
CMYK 0 0.75 0.95 0.49
HSL 12.2º 0.9% 0.27% -
HSV(B) 12.2º 0.95% 0.51% -
XYZ 9.76 5.79 0.8 -
YUV 58.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 130 32 7 0 0.75 0.95 0.49 12.2 0.9 0.27
Hex 82 20 7 0 4B 5F 31 C 5A 1B
Octal 202 40 7 0 113 137 61 14 132 33
Binary 10000010 100000 111 0 1001011 1011111 110001 1100 1011010 11011

Color Harmonies of #822007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822007

Black with #822007

Text Example


Text Example

White with #822007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822007; }

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

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

background-color css

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

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

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

border-color css

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

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

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