#721A0D

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

Shades of Falu Red #721A0D

Tints of Falu Red #721A0D

Color information

#721A0D (or 0x721A0D) is unknown color: approx Falu Red. HEX triplet: 72, 1A and 0D. RGB value is (114,26,13). Sum of RGB (Red+Green+Blue) = 114+26+13=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #721A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721A0D is #8DE5F2. Grayscale: #323232. Windows color (decimal): -9299443 or 858738. OLE color: 858738.

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

Color convert

RGB1142613-
CMYK00.770.890.55
HSL7.72º79.53%24.9%-
HSV(B)7.72º88.6%44.71%-
XYZ7.384.350.83-
YUV50.83106.65173.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.51%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=74.51%
G=16.99%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114261300.770.890.557.7279.5324.9
Hex721AD04D593785019
Octal16232150115131671012031
Binary11100101101011010100110110110011101111000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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