#73210E

Color #73210E Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #73210E

Tints of Falu Red #73210E

Color information

#73210E (or 0x73210E) is unknown color: approx Falu Red. HEX triplet: 73, 21 and 0E. RGB value is (115,33,14). Sum of RGB (Red+Green+Blue) = 115+33+14=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 33 (13.28% from 255 or 20.37% from 162); Blue value is 14 (5.86% from 255 or 8.64% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73210E is #8CDEF1. Grayscale: #373737. Windows color (decimal): -9232114 or 926067. OLE color: 926067.

HSL color Cylindrical-coordinate representation of color #73210E: hue angle of 11.29º 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 #73210E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1153314-
CMYK00.710.880.55
HSL11.29º78.29%25.29%-
HSV(B)11.29º87.83%45.1%-
XYZ7.694.760.93-
YUV55.35104.67170.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.99%
GREEN value IS 33 (13.28% from 255) = 20.37%
BLUE value IS 14 (5.86% from 255) = 8.64%
R=70.99%
G=20.37%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115331400.710.880.5511.2978.2925.29
Hex7321E0475837b4e19
Octal16341160107130671311631
Binary111001110000111100100011110110001101111011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73210E;
 }
 .AnyTagClassName
 {
   color: #73210E;
 }
</style>
background-color css

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

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

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

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

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

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