#72230B

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

Shades of Falu Red #72230B

Tints of Falu Red #72230B

Color information

#72230B (or 0x72230B) is unknown color: approx Falu Red. HEX triplet: 72, 23 and 0B. RGB value is (114,35,11). Sum of RGB (Red+Green+Blue) = 114+35+11=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 35 (14.06% from 255 or 21.88% from 160); Blue value is 11 (4.69% from 255 or 6.88% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #72230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72230B is #8DDCF4. Grayscale: #383838. Windows color (decimal): -9297141 or 729970. OLE color: 729970.

HSL color Cylindrical-coordinate representation of color #72230B: hue angle of 13.98º degrees, saturation: 0.82, 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 #72230B is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1143511-
CMYK00.690.900.55
HSL13.98º82.4%24.51%-
HSV(B)13.98º90.35%44.71%-
XYZ7.64.80.84-
YUV55.88102.67169.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 71.25%
GREEN value IS 35 (14.06% from 255) = 21.88%
BLUE value IS 11 (4.69% from 255) = 6.88%
R=71.25%
G=21.88%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114351100.690.900.5513.9882.424.51
Hex7223B0455A37e5219
Octal16243130105132671612231
Binary111001010001110110100010110110101101111110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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