Html Css Color HEX #831D04 Falu Red

📋 copy color: '#831D04'

red 131 ◦ green 29 ◦ blue 4

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

Shades of Falu Red #831D04

Tints of Falu Red #831D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.44%

R = 79.88%
G = 17.68%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#831D04 (or 0x831D04) is known color: Falu Red. HEX triplet: 83, 1D and 04. RGB value is (131,29,4). Sum of RGB (Red+Green+Blue) = 131+29+4=164 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.88% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 131 - color contains mainly: red. Hex color #831D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831D04 is #7CE2FB. Grayscale: #383838. Windows color (decimal): -8184572 or 269699. OLE color: 269699.

HSL color Cylindrical-coordinate representation of color #831D04: hue angle of 11.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #831D04 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 29 4 -
CMYK 0 0.78 0.97 0.49
HSL 11.81º 0.94% 0.26% -
HSV(B) 11.81º 0.97% 0.51% -
XYZ 9.82 5.71 0.7 -
YUV 56.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 131 29 4 0 0.78 0.97 0.49 11.81 0.94 0.26
Hex 83 1D 4 0 4E 61 31 C 5E 1A
Octal 203 35 4 0 116 141 61 14 136 32
Binary 10000011 11101 100 0 1001110 1100001 110001 1100 1011110 11010

Color Harmonies of #831D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831D04

Black with #831D04

Text Example


Text Example

White with #831D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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