#731D02

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

Shades of Falu Red #731D02

Tints of Falu Red #731D02

Color information

#731D02 (or 0x731D02) is unknown color: approx Falu Red. HEX triplet: 73, 1D and 02. RGB value is (115,29,2). Sum of RGB (Red+Green+Blue) = 115+29+2=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #731D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D02 is #8CE2FD. Grayscale: #333333. Windows color (decimal): -9233150 or 138611. OLE color: 138611.

HSL color Cylindrical-coordinate representation of color #731D02: hue angle of 14.34º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #731D02 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB115292-
CMYK00.750.980.55
HSL14.34º96.58%22.94%-
HSV(B)14.34º98.26%45.1%-
XYZ7.524.530.54-
YUV51.6499.99173.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.77%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 2 (1.17% from 255) = 1.37%
R=78.77%
G=19.86%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11529200.750.980.5514.3496.5822.94
Hex731D204B6237e6117
Octal1633520113142671614127
Binary111001111101100100101111000101101111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731D02; }

 p { color: rgb(115,29,2); }

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

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

 a { background-color: rgb(115,29,2); }

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

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

 span { border-color: rgb(115,29,2); }

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