#72230D

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

Shades of Falu Red #72230D

Tints of Falu Red #72230D

Color information

#72230D (or 0x72230D) is unknown color: approx Falu Red. HEX triplet: 72, 23 and 0D. RGB value is (114,35,13). Sum of RGB (Red+Green+Blue) = 114+35+13=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #72230D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72230D is #8DDCF2. Grayscale: #383838. Windows color (decimal): -9297139 or 861042. OLE color: 861042.

HSL color Cylindrical-coordinate representation of color #72230D: hue angle of 13.07º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72230D is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1143513-
CMYK00.690.890.55
HSL13.07º79.53%24.9%-
HSV(B)13.07º88.6%44.71%-
XYZ7.614.810.91-
YUV56.11103.67169.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.37%
GREEN value IS 35 (14.06% from 255) = 21.60%
BLUE value IS 13 (5.47% from 255) = 8.02%
R=70.37%
G=21.60%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114351300.690.890.5513.0779.5324.9
Hex7223D0455937d5019
Octal16243150105131671512031
Binary111001010001111010100010110110011101111101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72230D; }

 p { color: rgb(114,35,13); }

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

<style>
 a { background-color: #72230D; }

 a { background-color: rgb(114,35,13); }

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

<style>
 span { border-color: #72230D; }

 span { border-color: rgb(114,35,13); }

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