Html Css Color HEX #722308 Falu Red

📋 copy color: '#722308'

red 114 ◦ green 35 ◦ blue 8

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

Shades of Falu Red #722308

Tints of Falu Red #722308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.1%

R = 72.61%
G = 22.29%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#722308 (or 0x722308) is known color: Falu Red. HEX triplet: 72, 23 and 08. RGB value is (114,35,8). Sum of RGB (Red+Green+Blue) = 114+35+8=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #722308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722308 is #8DDCF7. Grayscale: #373737. Windows color (decimal): -9297144 or 533362. OLE color: 533362.

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

Color convert

RGB 114 35 8 -
CMYK 0 0.69 0.93 0.55
HSL 15.28º 0.87% 0.24% -
HSV(B) 15.28º 0.93% 0.45% -
XYZ 7.58 4.8 0.76 -
YUV 55.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 114 35 8 0 0.69 0.93 0.55 15.28 0.87 0.24
Hex 72 23 8 0 45 5D 37 F 57 18
Octal 162 43 10 0 105 135 67 17 127 30
Binary 1110010 100011 1000 0 1000101 1011101 110111 1111 1010111 11000

Color Harmonies of #722308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722308

Black with #722308

Text Example


Text Example

White with #722308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722308; }

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

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

background-color css

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

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

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

border-color css

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

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

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