Html Css Color HEX #822300 Falu Red

📋 copy color: '#822300'

red 130 ◦ green 35 ◦ blue 0

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

Shades of Falu Red #822300

Tints of Falu Red #822300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.79%
G = 21.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#822300 (or 0x822300) is known color: Falu Red. HEX triplet: 82, 23 and 00. RGB value is (130,35,0). Sum of RGB (Red+Green+Blue) = 130+35+0=165 (21% of max value = 765). Red value is 130 (51.17% from 255 or 78.79% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 130 - color contains mainly: red. Hex color #822300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822300 is #7DDCFF. Grayscale: #3B3B3B. Windows color (decimal): -8248576 or 9090. OLE color: 9090.

HSL color Cylindrical-coordinate representation of color #822300: hue angle of 16.15º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #822300 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 0 -
CMYK 0 0.73 1 0.49
HSL 16.15º 1% 0.25% -
HSV(B) 16.15º 1% 0.51% -
XYZ 9.81 5.95 0.63 -
YUV 59.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 130 35 0 0 0.73 1 0.49 16.15 1 0.25
Hex 82 23 0 0 49 64 31 10 64 19
Octal 202 43 0 0 111 144 61 20 144 31
Binary 10000010 100011 0 0 1001001 1100100 110001 10000 1100100 11001

Color Harmonies of #822300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822300

Black with #822300

Text Example


Text Example

White with #822300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822300; }

 p { color: rgb(130,35,0); }

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

background-color css

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

 a { background-color: rgb(130,35,0); }

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

border-color css

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

 span { border-color: rgb(130,35,0); }

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