#721805

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

Shades of Falu Red #721805

Tints of Falu Red #721805

Color information

#721805 (or 0x721805) is unknown color: approx Falu Red. HEX triplet: 72, 18 and 05. RGB value is (114,24,5). Sum of RGB (Red+Green+Blue) = 114+24+5=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #721805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721805 is #8DE7FA. Grayscale: #303030. Windows color (decimal): -9299963 or 333938. OLE color: 333938.

HSL color Cylindrical-coordinate representation of color #721805: hue angle of 10.46º 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 #721805 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB114245-
CMYK00.790.960.55
HSL10.46º91.6%23.33%-
HSV(B)10.46º95.61%44.71%-
XYZ7.294.240.58-
YUV48.74103.32174.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.72%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=79.72%
G=16.78%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11424500.790.960.5510.4691.623.33
Hex7218504F6037a5c17
Octal1623050117140671213427
Binary1110010110001010100111111000001101111010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721805; }

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

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

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

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

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

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

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

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