#721714

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

Shades of Falu Red #721714

Tints of Falu Red #721714

Color information

#721714 (or 0x721714) is unknown color: approx Falu Red. HEX triplet: 72, 17 and 14. RGB value is (114,23,20). Sum of RGB (Red+Green+Blue) = 114+23+20=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #721714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721714 is #8DE8EB. Grayscale: #313131. Windows color (decimal): -9300204 or 1316722. OLE color: 1316722.

HSL color Cylindrical-coordinate representation of color #721714: hue angle of 1.91º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721714 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1142320-
CMYK00.800.820.55
HSL1.91º70.15%26.27%-
HSV(B)1.91º82.46%44.71%-
XYZ7.374.241.09-
YUV49.87111.15173.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.61%
GREEN value IS 23 (9.38% from 255) = 14.65%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=72.61%
G=14.65%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114232000.800.820.551.9170.1526.27
Hex72171405052372461a
Octal1622724012012267210632
Binary1110010101111010001010000101001011011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721714; }

 p { color: rgb(114,23,20); }

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

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

 a { background-color: rgb(114,23,20); }

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

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

 span { border-color: rgb(114,23,20); }

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