#722104

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

Shades of Falu Red #722104

Tints of Falu Red #722104

Color information

#722104 (or 0x722104) is unknown color: approx Falu Red. HEX triplet: 72, 21 and 04. RGB value is (114,33,4). Sum of RGB (Red+Green+Blue) = 114+33+4=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #722104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722104 is #8DDEFB. Grayscale: #363636. Windows color (decimal): -9297660 or 270706. OLE color: 270706.

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

Color convert

RGB114334-
CMYK00.710.960.55
HSL15.82º93.22%23.14%-
HSV(B)15.82º96.49%44.71%-
XYZ7.514.670.62-
YUV53.9199.84170.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 75.50%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 4 (1.95% from 255) = 2.65%
R=75.50%
G=21.85%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11433400.710.960.5515.8293.2223.14
Hex722140476037105d17
Octal1624140107140672013527
Binary111001010000110001000111110000011011110000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722104; }

 p { color: rgb(114,33,4); }

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

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

 a { background-color: rgb(114,33,4); }

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

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

 span { border-color: rgb(114,33,4); }

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