#721510

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

Shades of Falu Red #721510

Tints of Falu Red #721510

Color information

#721510 (or 0x721510) is unknown color: approx Falu Red. HEX triplet: 72, 15 and 10. RGB value is (114,21,16). Sum of RGB (Red+Green+Blue) = 114+21+16=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #721510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721510 is #8DEAEF. Grayscale: #303030. Windows color (decimal): -9300720 or 1054066. OLE color: 1054066.

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

Color convert

RGB1142116-
CMYK00.820.860.55
HSL3.06º75.38%25.49%-
HSV(B)3.06º85.96%44.71%-
XYZ7.34.150.91-
YUV48.24109.81174.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75.50%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=75.50%
G=13.91%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114211600.820.860.553.0675.3825.49
Hex721510052563734b19
Octal1622520012212667311331
Binary1110010101011000001010010101011011011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721510; }

 p { color: rgb(114,21,16); }

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

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

 a { background-color: rgb(114,21,16); }

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

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

 span { border-color: rgb(114,21,16); }

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