#73241A

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

Shades of Falu Red #73241A

Tints of Falu Red #73241A

Color information

#73241A (or 0x73241A) is unknown color: approx Falu Red. HEX triplet: 73, 24 and 1A. RGB value is (115,36,26). Sum of RGB (Red+Green+Blue) = 115+36+26=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73241A is #8CDBE5. Grayscale: #3A3A3A. Windows color (decimal): -9231334 or 1713267. OLE color: 1713267.

HSL color Cylindrical-coordinate representation of color #73241A: hue angle of 6.74º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73241A is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1153626-
CMYK00.690.770.55
HSL6.74º63.12%27.65%-
HSV(B)6.74º77.39%45.1%-
XYZ7.894.981.52-
YUV58.48109.67168.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=64.97%
G=20.34%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115362600.690.770.556.7463.1227.65
Hex73241A0454D3773f1c
Octal163443201051156777734
Binary11100111001001101001000101100110111011111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73241A; }

 p { color: rgb(115,36,26); }

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

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

 a { background-color: rgb(115,36,26); }

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

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

 span { border-color: rgb(115,36,26); }

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