#721E01

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

Shades of Falu Red #721E01

Tints of Falu Red #721E01

Color information

#721E01 (or 0x721E01) is unknown color: approx Falu Red. HEX triplet: 72, 1E and 01. RGB value is (114,30,1). Sum of RGB (Red+Green+Blue) = 114+30+1=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #721E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E01 is #8DE1FE. Grayscale: #343434. Windows color (decimal): -9298431 or 73330. OLE color: 73330.

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

Color convert

RGB114301-
CMYK00.740.990.55
HSL15.4º98.26%22.55%-
HSV(B)15.4º99.12%44.71%-
XYZ7.414.510.51-
YUV51.8199.33172.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.62%
GREEN value IS 30 (12.11% from 255) = 20.69%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=78.62%
G=20.69%
B=0.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11430100.740.990.5515.498.2622.55
Hex721E104A6337f6217
Octal1623610112143671714227
Binary11100101111010100101011000111101111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721E01; }

 p { color: rgb(114,30,1); }

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

<style>
 a { background-color: #721E01; }

 a { background-color: rgb(114,30,1); }

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

<style>
 span { border-color: #721E01; }

 span { border-color: rgb(114,30,1); }

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