#722319

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

Shades of Falu Red #722319

Tints of Falu Red #722319

Color information

#722319 (or 0x722319) is unknown color: approx Falu Red. HEX triplet: 72, 23 and 19. RGB value is (114,35,25). Sum of RGB (Red+Green+Blue) = 114+35+25=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #722319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722319 is #8DDCE6. Grayscale: #393939. Windows color (decimal): -9297127 or 1647474. OLE color: 1647474.

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

Color convert

RGB1143525-
CMYK00.690.780.55
HSL6.74º64.03%27.25%-
HSV(B)6.74º78.07%44.71%-
XYZ7.724.851.45-
YUV57.48109.67168.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.52%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 25 (10.16% from 255) = 14.37%
R=65.52%
G=20.11%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114352500.690.780.556.7464.0327.25
Hex7223190454E377401b
Octal1624331010511667710033
Binary111001010001111001010001011001110110111111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722319; }

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

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

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

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

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

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

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

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