#732008

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

Shades of Falu Red #732008

Tints of Falu Red #732008

Color information

#732008 (or 0x732008) is unknown color: approx Falu Red. HEX triplet: 73, 20 and 08. RGB value is (115,32,8). Sum of RGB (Red+Green+Blue) = 115+32+8=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #732008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732008 is #8CDFF7. Grayscale: #363636. Windows color (decimal): -9232376 or 532595. OLE color: 532595.

HSL color Cylindrical-coordinate representation of color #732008: hue angle of 13.46º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #732008 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB115328-
CMYK00.720.930.55
HSL13.46º86.99%24.12%-
HSV(B)13.46º93.04%45.1%-
XYZ7.634.70.73-
YUV54.08102171.45-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.19%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=74.19%
G=20.65%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11532800.720.930.5513.4686.9924.12
Hex732080485D37d5718
Octal16340100110135671512730
Binary111001110000010000100100010111011101111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732008; }

 p { color: rgb(115,32,8); }

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

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

 a { background-color: rgb(115,32,8); }

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

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

 span { border-color: rgb(115,32,8); }

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