Html Css Color HEX #722005 Falu Red

📋 copy color: '#722005'

red 114 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #722005

Tints of Falu Red #722005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.31%

R = 75.5%
G = 21.19%
B = 3.31%

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

#722005 (or 0x722005) is known color: Falu Red. HEX triplet: 72, 20 and 05. RGB value is (114,32,5). Sum of RGB (Red+Green+Blue) = 114+32+5=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #722005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722005 is #8DDFFA. Grayscale: #353535. Windows color (decimal): -9297915 or 335986. OLE color: 335986.

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

Color convert

RGB 114 32 5 -
CMYK 0 0.72 0.96 0.55
HSL 14.86º 0.92% 0.23% -
HSV(B) 14.86º 0.96% 0.45% -
XYZ 7.48 4.62 0.64 -
YUV 53.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 114 32 5 0 0.72 0.96 0.55 14.86 0.92 0.23
Hex 72 20 5 0 48 60 37 F 5C 17
Octal 162 40 5 0 110 140 67 17 134 27
Binary 1110010 100000 101 0 1001000 1100000 110111 1111 1011100 10111

Color Harmonies of #722005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722005

Black with #722005

Text Example


Text Example

White with #722005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722005; }

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

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

background-color css

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

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

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

border-color css

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

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

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