#721C05

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

Shades of Falu Red #721C05

Tints of Falu Red #721C05

Color information

#721C05 (or 0x721C05) is unknown color: approx Falu Red. HEX triplet: 72, 1C and 05. RGB value is (114,28,5). Sum of RGB (Red+Green+Blue) = 114+28+5=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #721C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721C05 is #8DE3FA. Grayscale: #333333. Windows color (decimal): -9298939 or 334962. OLE color: 334962.

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

Color convert

RGB114285-
CMYK00.750.960.55
HSL12.66º91.6%23.33%-
HSV(B)12.66º95.61%44.71%-
XYZ7.384.420.61-
YUV51.09101.99172.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.55%
GREEN value IS 28 (11.33% from 255) = 19.05%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=77.55%
G=19.05%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11428500.750.960.5512.6691.623.33
Hex721C504B6037d5c17
Octal1623450113140671513427
Binary1110010111001010100101111000001101111101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,28,5); }

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

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

 a { background-color: rgb(114,28,5); }

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

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

 span { border-color: rgb(114,28,5); }

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