#722308

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

Shades of Falu Red #722308

Tints of Falu Red #722308

Color information

#722308 (or 0x722308) is unknown color: approx Falu Red. HEX triplet: 72, 23 and 08. RGB value is (114,35,8). Sum of RGB (Red+Green+Blue) = 114+35+8=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #722308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722308 is #8DDCF7. Grayscale: #373737. Windows color (decimal): -9297144 or 533362. OLE color: 533362.

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

Color convert

RGB114358-
CMYK00.690.930.55
HSL15.28º86.89%23.92%-
HSV(B)15.28º92.98%44.71%-
XYZ7.584.80.76-
YUV55.54101.17169.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 72.61%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 8 (3.52% from 255) = 5.10%
R=72.61%
G=22.29%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11435800.690.930.5515.2886.8923.92
Hex722380455D37f5718
Octal16243100105135671712730
Binary111001010001110000100010110111011101111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722308; }

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

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

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

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

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

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

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

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