#73170C

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

Shades of Falu Red #73170C

Tints of Falu Red #73170C

Color information

#73170C (or 0x73170C) is unknown color: approx Falu Red. HEX triplet: 73, 17 and 0C. RGB value is (115,23,12). Sum of RGB (Red+Green+Blue) = 115+23+12=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73170C is #8CE8F3. Grayscale: #313131. Windows color (decimal): -9234676 or 792435. OLE color: 792435.

HSL color Cylindrical-coordinate representation of color #73170C: hue angle of 6.41º 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 #73170C is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1152312-
CMYK00.800.900.55
HSL6.41º81.1%24.9%-
HSV(B)6.41º89.57%45.1%-
XYZ7.444.280.78-
YUV49.25106.98174.89-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.67%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 12 (5.08% from 255) = 8%
R=76.67%
G=15.33%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115231200.800.900.556.4181.124.9
Hex7317C0505A3765119
Octal1632714012013267612131
Binary1110011101111100010100001011010110111110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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