Html Css Color HEX #831B04 Falu Red

📋 copy color: '#831B04'

red 131 ◦ green 27 ◦ blue 4

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

Shades of Falu Red #831B04

Tints of Falu Red #831B04

RGB

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

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

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

R = 80.86%
G = 16.67%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#831B04 (or 0x831B04) is known color: Falu Red. HEX triplet: 83, 1B and 04. RGB value is (131,27,4). Sum of RGB (Red+Green+Blue) = 131+27+4=162 (21% of max value = 765). Red value is 131 (51.56% from 255 or 80.86% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 131 - color contains mainly: red. Hex color #831B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831B04 is #7CE4FB. Grayscale: #373737. Windows color (decimal): -8185084 or 269187. OLE color: 269187.

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

Color convert

RGB 131 27 4 -
CMYK 0 0.79 0.97 0.49
HSL 10.87º 0.94% 0.26% -
HSV(B) 10.87º 0.97% 0.51% -
XYZ 9.77 5.62 0.68 -
YUV 55.47 98.96 181.87 -
System Red Green Blue C M Y K H S L
Decimal 131 27 4 0 0.79 0.97 0.49 10.87 0.94 0.26
Hex 83 1B 4 0 4F 61 31 B 5E 1A
Octal 203 33 4 0 117 141 61 13 136 32
Binary 10000011 11011 100 0 1001111 1100001 110001 1011 1011110 11010

Color Harmonies of #831B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831B04

Black with #831B04

Text Example


Text Example

White with #831B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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