#732108

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

Shades of Falu Red #732108

Tints of Falu Red #732108

Color information

#732108 (or 0x732108) is unknown color: approx Falu Red. HEX triplet: 73, 21 and 08. RGB value is (115,33,8). Sum of RGB (Red+Green+Blue) = 115+33+8=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #732108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #732108 is #8CDEF7. Grayscale: #363636. Windows color (decimal): -9232120 or 532851. OLE color: 532851.

HSL color Cylindrical-coordinate representation of color #732108: hue angle of 14.02º 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 #732108 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB115338-
CMYK00.710.930.55
HSL14.02º86.99%24.12%-
HSV(B)14.02º93.04%45.1%-
XYZ7.664.750.74-
YUV54.67101.67171.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 73.72%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 8 (3.52% from 255) = 5.13%
R=73.72%
G=21.15%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11533800.710.930.5514.0286.9924.12
Hex732180475D37e5718
Octal16341100107135671612730
Binary111001110000110000100011110111011101111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732108; }

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

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

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

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

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

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

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

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