Html Css Color HEX #831405 Falu Red

📋 copy color: '#831405'

red 131 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #831405

Tints of Falu Red #831405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.82%

 BLUE value IS 5 (2.34% from 255) = 3.21%

R = 83.97%
G = 12.82%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#831405 (or 0x831405) is known color: Falu Red. HEX triplet: 83, 14 and 05. RGB value is (131,20,5). Sum of RGB (Red+Green+Blue) = 131+20+5=156 (20% of max value = 765). Red value is 131 (51.56% from 255 or 83.97% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 131 - color contains mainly: red. Hex color #831405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831405 is #7CEBFA. Grayscale: #333333. Windows color (decimal): -8186875 or 332931. OLE color: 332931.

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

Color convert

RGB 131 20 5 -
CMYK 0 0.85 0.96 0.49
HSL 7.14º 0.93% 0.27% -
HSV(B) 7.14º 0.96% 0.51% -
XYZ 9.64 5.34 0.67 -
YUV 51.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 131 20 5 0 0.85 0.96 0.49 7.14 0.93 0.27
Hex 83 14 5 0 55 60 31 7 5D 1B
Octal 203 24 5 0 125 140 61 7 135 33
Binary 10000011 10100 101 0 1010101 1100000 110001 111 1011101 11011

Color Harmonies of #831405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831405

Black with #831405

Text Example


Text Example

White with #831405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831405; }

 p { color: rgb(131,20,5); }

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

background-color css

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

 a { background-color: rgb(131,20,5); }

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

border-color css

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

 span { border-color: rgb(131,20,5); }

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