Html Css Color HEX #831B05 Falu Red

📋 copy color: '#831B05'

red 131 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #831B05

Tints of Falu Red #831B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.56%

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

R = 80.37%
G = 16.56%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#831B05 (or 0x831B05) is known color: Falu Red. HEX triplet: 83, 1B and 05. RGB value is (131,27,5). Sum of RGB (Red+Green+Blue) = 131+27+5=163 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.37% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 131 - color contains mainly: red. Hex color #831B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831B05 is #7CE4FA. Grayscale: #373737. Windows color (decimal): -8185083 or 334723. OLE color: 334723.

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

Color convert

RGB 131 27 5 -
CMYK 0 0.79 0.96 0.49
HSL 10.48º 0.93% 0.27% -
HSV(B) 10.48º 0.96% 0.51% -
XYZ 9.78 5.62 0.71 -
YUV 55.59 99.46 181.79 -
System Red Green Blue C M Y K H S L
Decimal 131 27 5 0 0.79 0.96 0.49 10.48 0.93 0.27
Hex 83 1B 5 0 4F 60 31 A 5D 1B
Octal 203 33 5 0 117 140 61 12 135 33
Binary 10000011 11011 101 0 1001111 1100000 110001 1010 1011101 11011

Color Harmonies of #831B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831B05

Black with #831B05

Text Example


Text Example

White with #831B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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