#722318

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

Shades of Falu Red #722318

Tints of Falu Red #722318

Color information

#722318 (or 0x722318) is unknown color: approx Falu Red. HEX triplet: 72, 23 and 18. RGB value is (114,35,24). Sum of RGB (Red+Green+Blue) = 114+35+24=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #722318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722318 is #8DDCE7. Grayscale: #393939. Windows color (decimal): -9297128 or 1581938. OLE color: 1581938.

HSL color Cylindrical-coordinate representation of color #722318: hue angle of 7.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #722318 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1143524-
CMYK00.690.790.55
HSL7.33º65.22%27.06%-
HSV(B)7.33º78.95%44.71%-
XYZ7.714.851.39-
YUV57.37109.17168.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 24 (9.77% from 255) = 13.87%
R=65.90%
G=20.23%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114352400.690.790.557.3365.2227.06
Hex7223180454F377411b
Octal1624330010511767710133
Binary111001010001111000010001011001111110111111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722318; }

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

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

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

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

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

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

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

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