Html Css Color HEX #832108 Falu Red

📋 copy color: '#832108'

red 131 ◦ green 33 ◦ blue 8

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

Shades of Falu Red #832108

Tints of Falu Red #832108

RGB

 RED value IS 131 (51.56% from 255) = 76.16%

 GREEN value IS 33 (13.28% from 255) = 19.19%

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

R = 76.16%
G = 19.19%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#832108 (or 0x832108) is known color: Falu Red. HEX triplet: 83, 21 and 08. RGB value is (131,33,8). Sum of RGB (Red+Green+Blue) = 131+33+8=172 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.16% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 131 - color contains mainly: red. Hex color #832108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832108 is #7CDEF7. Grayscale: #3B3B3B. Windows color (decimal): -8183544 or 532867. OLE color: 532867.

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

Color convert

RGB 131 33 8 -
CMYK 0 0.75 0.94 0.49
HSL 12.2º 0.88% 0.27% -
HSV(B) 12.2º 0.94% 0.51% -
XYZ 9.95 5.93 0.85 -
YUV 59.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 131 33 8 0 0.75 0.94 0.49 12.2 0.88 0.27
Hex 83 21 8 0 4B 5E 31 C 58 1B
Octal 203 41 10 0 113 136 61 14 130 33
Binary 10000011 100001 1000 0 1001011 1011110 110001 1100 1011000 11011

Color Harmonies of #832108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832108

Black with #832108

Text Example


Text Example

White with #832108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832108; }

 p { color: rgb(131,33,8); }

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

background-color css

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

 a { background-color: rgb(131,33,8); }

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

border-color css

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

 span { border-color: rgb(131,33,8); }

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