Html Css Color HEX #722004 Falu Red

📋 copy color: '#722004'

red 114 ◦ green 32 ◦ blue 4

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

Shades of Falu Red #722004

Tints of Falu Red #722004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

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

R = 76%
G = 21.33%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#722004 (or 0x722004) is known color: Falu Red. HEX triplet: 72, 20 and 04. RGB value is (114,32,4). Sum of RGB (Red+Green+Blue) = 114+32+4=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #722004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722004 is #8DDFFB. Grayscale: #353535. Windows color (decimal): -9297916 or 270450. OLE color: 270450.

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

Color convert

RGB 114 32 4 -
CMYK 0 0.72 0.96 0.55
HSL 15.27º 0.93% 0.23% -
HSV(B) 15.27º 0.96% 0.45% -
XYZ 7.48 4.62 0.61 -
YUV 53.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 114 32 4 0 0.72 0.96 0.55 15.27 0.93 0.23
Hex 72 20 4 0 48 60 37 F 5D 17
Octal 162 40 4 0 110 140 67 17 135 27
Binary 1110010 100000 100 0 1001000 1100000 110111 1111 1011101 10111

Color Harmonies of #722004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722004

Black with #722004

Text Example


Text Example

White with #722004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722004; }

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

 H1.HeaderClassName
 {
   color: #722004;
 }
 .AnyTagClassName
 {
   color: #722004;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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