Html Css Color HEX #722000 Falu Red

📋 copy color: '#722000'

red 114 ◦ green 32 ◦ blue 0

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

Shades of Falu Red #722000

Tints of Falu Red #722000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.08%
G = 21.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#722000 (or 0x722000) is known color: Falu Red. HEX triplet: 72, 20 and 00. RGB value is (114,32,0). Sum of RGB (Red+Green+Blue) = 114+32+0=146 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.08% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 114 - color contains mainly: red. Hex color #722000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722000 is #8DDFFF. Grayscale: #353535. Windows color (decimal): -9297920 or 8306. OLE color: 8306.

HSL color Cylindrical-coordinate representation of color #722000: hue angle of 16.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #722000 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 0 -
CMYK 0 0.72 1 0.55
HSL 16.84º 1% 0.22% -
HSV(B) 16.84º 1% 0.45% -
XYZ 7.46 4.61 0.5 -
YUV 52.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 114 32 0 0 0.72 1 0.55 16.84 1 0.22
Hex 72 20 0 0 48 64 37 11 64 16
Octal 162 40 0 0 110 144 67 21 144 26
Binary 1110010 100000 0 0 1001000 1100100 110111 10001 1100100 10110

Color Harmonies of #722000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722000

Black with #722000

Text Example


Text Example

White with #722000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722000; }

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

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

background-color css

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

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

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

border-color css

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

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

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