#721A00

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

Shades of Falu Red #721A00

Tints of Falu Red #721A00

Color information

#721A00 (or 0x721A00) is unknown color: approx Falu Red. HEX triplet: 72, 1A and 00. RGB value is (114,26,0). Sum of RGB (Red+Green+Blue) = 114+26+0=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #721A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721A00 is #8DE5FF. Grayscale: #313131. Windows color (decimal): -9299456 or 6770. OLE color: 6770.

HSL color Cylindrical-coordinate representation of color #721A00: hue angle of 13.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #721A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB114260-
CMYK00.7710.55
HSL13.68º100%22.35%-
HSV(B)13.68º100%44.71%-
XYZ7.314.320.45-
YUV49.35100.15174.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 81.43%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.43%
G=18.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11426000.7710.5513.6810022.35
Hex721A004D6437e6416
Octal1623200115144671614426
Binary11100101101000100110111001001101111110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,26,0); }

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

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

 a { background-color: rgb(114,26,0); }

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

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

 span { border-color: rgb(114,26,0); }

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