#722208

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

Shades of Falu Red #722208

Tints of Falu Red #722208

Color information

#722208 (or 0x722208) is unknown color: approx Falu Red. HEX triplet: 72, 22 and 08. RGB value is (114,34,8). Sum of RGB (Red+Green+Blue) = 114+34+8=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #722208 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722208 is #8DDDF7. Grayscale: #373737. Windows color (decimal): -9297400 or 533106. OLE color: 533106.

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

Color convert

RGB114348-
CMYK00.700.930.55
HSL14.72º86.89%23.92%-
HSV(B)14.72º92.98%44.71%-
XYZ7.564.740.75-
YUV54.96101.5170.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.08%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=73.08%
G=21.79%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11434800.700.930.5514.7286.8923.92
Hex722280465D37f5718
Octal16242100106135671712730
Binary111001010001010000100011010111011101111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722208; }

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

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

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

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

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

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

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

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