Html Css Color HEX #822408 Falu Red

📋 copy color: '#822408'

red 130 ◦ green 36 ◦ blue 8

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

Shades of Falu Red #822408

Tints of Falu Red #822408

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

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

R = 74.71%
G = 20.69%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#822408 (or 0x822408) is known color: Falu Red. HEX triplet: 82, 24 and 08. RGB value is (130,36,8). Sum of RGB (Red+Green+Blue) = 130+36+8=174 (23% of max value = 765). Red value is 130 (51.17% from 255 or 74.71% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 130 - color contains mainly: red. Hex color #822408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #822408 is #7DDBF7. Grayscale: #3D3D3D. Windows color (decimal): -8248312 or 533634. OLE color: 533634.

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

Color convert

RGB 130 36 8 -
CMYK 0 0.72 0.94 0.49
HSL 13.77º 0.88% 0.27% -
HSV(B) 13.77º 0.94% 0.51% -
XYZ 9.88 6.03 0.87 -
YUV 60.91 98.14 177.28 -
System Red Green Blue C M Y K H S L
Decimal 130 36 8 0 0.72 0.94 0.49 13.77 0.88 0.27
Hex 82 24 8 0 48 5E 31 E 58 1B
Octal 202 44 10 0 110 136 61 16 130 33
Binary 10000010 100100 1000 0 1001000 1011110 110001 1110 1011000 11011

Color Harmonies of #822408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822408

Black with #822408

Text Example


Text Example

White with #822408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822408; }

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

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

background-color css

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

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

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

border-color css

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

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

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