#831f02

Color #831F02 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #831F02

Tints of Falu Red #831F02

Color information

#831F02 (or 0x831F02) is unknown color: approx Falu Red. HEX triplet: 83, 1F and 02. RGB value is (131,31,2). Sum of RGB (Red+Green+Blue) = 131+31+2=164 (21% of max value = 765). Red value is 131 (51.56% from 255 or 79.88% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 131 - color contains mainly: red. Hex color #831F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #831F02 is #7CE0FD. Grayscale: #393939. Windows color (decimal): -8184062 or 139139. OLE color: 139139.

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

Color convert

RGB131312-
CMYK00.760.980.49
HSL13.49º96.99%26.08%-
HSV(B)13.49º98.47%51.37%-
XYZ9.865.810.66-
YUV57.5996.63180.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 79.88%
GREEN value IS 31 (12.5% from 255) = 18.90%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=79.88%
G=18.90%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13131200.760.980.4913.4996.9926.08
Hex831F204C6231d611a
Octal2033720114142611514132
Binary1000001111111100100110011000101100011101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831f02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #831f02;
 }
 .AnyTagClassName
 {
   color: #831f02;
 }
</style>
background-color css

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

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

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

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

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

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