Html Css Color HEX #822308 Falu Red

📋 copy color: '#822308'

red 130 ◦ green 35 ◦ blue 8

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

Shades of Falu Red #822308

Tints of Falu Red #822308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 75.14%
G = 20.23%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#822308 (or 0x822308) is known color: Falu Red. HEX triplet: 82, 23 and 08. RGB value is (130,35,8). Sum of RGB (Red+Green+Blue) = 130+35+8=173 (22% of max value = 765). Red value is 130 (51.17% from 255 or 75.14% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 130 - color contains mainly: red. Hex color #822308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822308 is #7DDCF7. Grayscale: #3C3C3C. Windows color (decimal): -8248568 or 533378. OLE color: 533378.

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

Color convert

RGB 130 35 8 -
CMYK 0 0.73 0.94 0.49
HSL 13.28º 0.88% 0.27% -
HSV(B) 13.28º 0.94% 0.51% -
XYZ 9.85 5.97 0.86 -
YUV 60.33 98.47 177.7 -
System Red Green Blue C M Y K H S L
Decimal 130 35 8 0 0.73 0.94 0.49 13.28 0.88 0.27
Hex 82 23 8 0 49 5E 31 D 58 1B
Octal 202 43 10 0 111 136 61 15 130 33
Binary 10000010 100011 1000 0 1001001 1011110 110001 1101 1011000 11011

Color Harmonies of #822308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822308

Black with #822308

Text Example


Text Example

White with #822308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822308; }

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

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

background-color css

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

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

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

border-color css

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

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

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