Html Css Color HEX #831F03 Falu Red

📋 copy color: '#831F03'

red 131 ◦ green 31 ◦ blue 3

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

Shades of Falu Red #831F03

Tints of Falu Red #831F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.79%

 BLUE value IS 3 (1.56% from 255) = 1.82%

R = 79.39%
G = 18.79%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#831F03 (or 0x831F03) is known color: Falu Red. HEX triplet: 83, 1F and 03. RGB value is (131,31,3). Sum of RGB (Red+Green+Blue) = 131+31+3=165 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.39% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 3 (1.56% from 255 or 1.82% from 165); Max value from RGB is 131 - color contains mainly: red. Hex color #831F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831F03 is #7CE0FC. Grayscale: #393939. Windows color (decimal): -8184061 or 204675. OLE color: 204675.

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

Color convert

RGB 131 31 3 -
CMYK 0 0.76 0.98 0.49
HSL 13.13º 0.96% 0.26% -
HSV(B) 13.13º 0.98% 0.51% -
XYZ 9.87 5.81 0.69 -
YUV 57.71 97.13 180.28 -
System Red Green Blue C M Y K H S L
Decimal 131 31 3 0 0.76 0.98 0.49 13.13 0.96 0.26
Hex 83 1F 3 0 4C 62 31 D 60 1A
Octal 203 37 3 0 114 142 61 15 140 32
Binary 10000011 11111 11 0 1001100 1100010 110001 1101 1100000 11010

Color Harmonies of #831F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831F03

Black with #831F03

Text Example


Text Example

White with #831F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,31,3); }

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

background-color css

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

 a { background-color: rgb(131,31,3); }

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

border-color css

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

 span { border-color: rgb(131,31,3); }

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