#721908

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

Shades of Falu Red #721908

Tints of Falu Red #721908

Color information

#721908 (or 0x721908) is unknown color: approx Falu Red. HEX triplet: 72, 19 and 08. RGB value is (114,25,8). Sum of RGB (Red+Green+Blue) = 114+25+8=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #721908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721908 is #8DE6F7. Grayscale: #313131. Windows color (decimal): -9299704 or 530802. OLE color: 530802.

HSL color Cylindrical-coordinate representation of color #721908: hue angle of 9.62º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #721908 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB114258-
CMYK00.780.930.55
HSL9.62º86.89%23.92%-
HSV(B)9.62º92.98%44.71%-
XYZ7.334.290.67-
YUV49.67104.49173.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 77.55%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=77.55%
G=17.01%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11425800.780.930.559.6286.8923.92
Hex7219804E5D37a5718
Octal16231100116135671212730
Binary11100101100110000100111010111011101111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721908; }

 p { color: rgb(114,25,8); }

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

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

 a { background-color: rgb(114,25,8); }

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

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

 span { border-color: rgb(114,25,8); }

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