Html Css Color HEX #722104 Falu Red

📋 copy color: '#722104'

red 114 ◦ green 33 ◦ blue 4

#722104
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #722104

Tints of Falu Red #722104

RGB

 RED value IS 114 (44.92% from 255) = 75.5%

 GREEN value IS 33 (13.28% from 255) = 21.85%

 BLUE value IS 4 (1.95% from 255) = 2.65%

R = 75.5%
G = 21.85%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#722104 (or 0x722104) is known color: 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

RGB 114 33 4 -
CMYK 0 0.71 0.96 0.55
HSL 15.82º 0.93% 0.23% -
HSV(B) 15.82º 0.96% 0.45% -
XYZ 7.51 4.67 0.62 -
YUV 53.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 114 33 4 0 0.71 0.96 0.55 15.82 0.93 0.23
Hex 72 21 4 0 47 60 37 10 5D 17
Octal 162 41 4 0 107 140 67 20 135 27
Binary 1110010 100001 100 0 1000111 1100000 110111 10000 1011101 10111

Color Harmonies of #722104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722104

Black with #722104

Text Example


Text Example

White with #722104

Text Example


Text Example

HTML Codes & Css Web 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>