Html Css Color HEX #722306 Falu Red

📋 copy color: '#722306'

red 114 ◦ green 35 ◦ blue 6

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

Shades of Falu Red #722306

Tints of Falu Red #722306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.87%

R = 73.55%
G = 22.58%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#722306 (or 0x722306) is known color: Falu Red. HEX triplet: 72, 23 and 06. RGB value is (114,35,6). Sum of RGB (Red+Green+Blue) = 114+35+6=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 6 (2.73% from 255 or 3.87% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #722306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722306 is #8DDCF9. Grayscale: #373737. Windows color (decimal): -9297146 or 402290. OLE color: 402290.

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

Color convert

RGB 114 35 6 -
CMYK 0 0.69 0.95 0.55
HSL 16.11º 0.9% 0.24% -
HSV(B) 16.11º 0.95% 0.45% -
XYZ 7.57 4.79 0.7 -
YUV 55.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 114 35 6 0 0.69 0.95 0.55 16.11 0.9 0.24
Hex 72 23 6 0 45 5F 37 10 5A 18
Octal 162 43 6 0 105 137 67 20 132 30
Binary 1110010 100011 110 0 1000101 1011111 110111 10000 1011010 11000

Color Harmonies of #722306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722306

Black with #722306

Text Example


Text Example

White with #722306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722306; }

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

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

background-color css

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

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

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

border-color css

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

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

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