Html Css Color HEX #73220C Falu Red

📋 copy color: '#73220C'

red 115 ◦ green 34 ◦ blue 12

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

Shades of Falu Red #73220C

Tints of Falu Red #73220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.45%

R = 71.43%
G = 21.12%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73220C (or 0x73220C) is known color: Falu Red. HEX triplet: 73, 22 and 0C. RGB value is (115,34,12). Sum of RGB (Red+Green+Blue) = 115+34+12=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #73220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73220C is #8CDDF3. Grayscale: #373737. Windows color (decimal): -9231860 or 795251. OLE color: 795251.

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

Color convert

RGB 115 34 12 -
CMYK 0 0.70 0.90 0.55
HSL 12.82º 0.81% 0.25% -
HSV(B) 12.82º 0.9% 0.45% -
XYZ 7.71 4.82 0.87 -
YUV 55.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 115 34 12 0 0.70 0.90 0.55 12.82 0.81 0.25
Hex 73 22 C 0 46 5A 37 D 51 19
Octal 163 42 14 0 106 132 67 15 121 31
Binary 1110011 100010 1100 0 1000110 1011010 110111 1101 1010001 11001

Color Harmonies of #73220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73220C

Black with #73220C

Text Example


Text Example

White with #73220C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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