Html Css Color HEX #73220E Falu Red

📋 copy color: '#73220E'

red 115 ◦ green 34 ◦ blue 14

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

Shades of Falu Red #73220E

Tints of Falu Red #73220E

RGB

 RED value IS 115 (45.31% from 255) = 70.55%

 GREEN value IS 34 (13.67% from 255) = 20.86%

 BLUE value IS 14 (5.86% from 255) = 8.59%

R = 70.55%
G = 20.86%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#73220E (or 0x73220E) is known color: Falu Red. HEX triplet: 73, 22 and 0E. RGB value is (115,34,14). Sum of RGB (Red+Green+Blue) = 115+34+14=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #73220E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73220E is #8CDDF1. Grayscale: #383838. Windows color (decimal): -9231858 or 926323. OLE color: 926323.

HSL color Cylindrical-coordinate representation of color #73220E: hue angle of 11.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73220E is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 34 14 -
CMYK 0 0.70 0.88 0.55
HSL 11.88º 0.78% 0.25% -
HSV(B) 11.88º 0.88% 0.45% -
XYZ 7.72 4.82 0.94 -
YUV 55.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 115 34 14 0 0.70 0.88 0.55 11.88 0.78 0.25
Hex 73 22 E 0 46 58 37 C 4E 19
Octal 163 42 16 0 106 130 67 14 116 31
Binary 1110011 100010 1110 0 1000110 1011000 110111 1100 1001110 11001

Color Harmonies of #73220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73220E

Black with #73220E

Text Example


Text Example

White with #73220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73220E; }

 p { color: rgb(115,34,14); }

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

background-color css

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

 a { background-color: rgb(115,34,14); }

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

border-color css

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

 span { border-color: rgb(115,34,14); }

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