Html Css Color HEX #831D08 Falu Red

📋 copy color: '#831D08'

red 131 ◦ green 29 ◦ blue 8

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

Shades of Falu Red #831D08

Tints of Falu Red #831D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.26%

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

R = 77.98%
G = 17.26%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#831D08 (or 0x831D08) is known color: Falu Red. HEX triplet: 83, 1D and 08. RGB value is (131,29,8). Sum of RGB (Red+Green+Blue) = 131+29+8=168 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.98% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 131 - color contains mainly: red. Hex color #831D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D08 is #7CE2F7. Grayscale: #393939. Windows color (decimal): -8184568 or 531843. OLE color: 531843.

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

Color convert

RGB 131 29 8 -
CMYK 0 0.78 0.94 0.49
HSL 10.24º 0.88% 0.27% -
HSV(B) 10.24º 0.94% 0.51% -
XYZ 9.84 5.72 0.82 -
YUV 57.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 131 29 8 0 0.78 0.94 0.49 10.24 0.88 0.27
Hex 83 1D 8 0 4E 5E 31 A 58 1B
Octal 203 35 10 0 116 136 61 12 130 33
Binary 10000011 11101 1000 0 1001110 1011110 110001 1010 1011000 11011

Color Harmonies of #831D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D08

Black with #831D08

Text Example


Text Example

White with #831D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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