Html Css Color HEX #722307 Falu Red

📋 copy color: '#722307'

red 114 ◦ green 35 ◦ blue 7

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

Shades of Falu Red #722307

Tints of Falu Red #722307

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

 BLUE value IS 7 (3.13% from 255) = 4.49%

R = 73.08%
G = 22.44%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#722307 (or 0x722307) is known color: Falu Red. HEX triplet: 72, 23 and 07. RGB value is (114,35,7). Sum of RGB (Red+Green+Blue) = 114+35+7=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #722307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722307 is #8DDCF8. Grayscale: #373737. Windows color (decimal): -9297145 or 467826. OLE color: 467826.

HSL color Cylindrical-coordinate representation of color #722307: hue angle of 15.7º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #722307 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 7 -
CMYK 0 0.69 0.94 0.55
HSL 15.7º 0.88% 0.24% -
HSV(B) 15.7º 0.94% 0.45% -
XYZ 7.58 4.79 0.73 -
YUV 55.43 100.67 169.78 -
System Red Green Blue C M Y K H S L
Decimal 114 35 7 0 0.69 0.94 0.55 15.7 0.88 0.24
Hex 72 23 7 0 45 5E 37 10 58 18
Octal 162 43 7 0 105 136 67 20 130 30
Binary 1110010 100011 111 0 1000101 1011110 110111 10000 1011000 11000

Color Harmonies of #722307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722307

Black with #722307

Text Example


Text Example

White with #722307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722307; }

 p { color: rgb(114,35,7); }

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

background-color css

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

 a { background-color: rgb(114,35,7); }

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

border-color css

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

 span { border-color: rgb(114,35,7); }

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