#8B2403

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

Shades of Falu Red #8B2403

Tints of Falu Red #8B2403

Color information

#8B2403 (or 0x8B2403) is unknown color: approx Falu Red. HEX triplet: 8B, 24 and 03. RGB value is (139,36,3). Sum of RGB (Red+Green+Blue) = 139+36+3=178 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.09% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2403 is #74DBFC. Grayscale: #3F3F3F. Windows color (decimal): -7658493 or 205963. OLE color: 205963.

HSL color Cylindrical-coordinate representation of color #8B2403: hue angle of 14.56º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B2403 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB139363-
CMYK00.740.980.45
HSL14.56º95.77%27.84%-
HSV(B)14.56º97.84%54.51%-
XYZ11.296.760.8-
YUV63.0494.12182.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.09%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=78.09%
G=20.22%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13936300.740.980.4514.5695.7727.84
Hex8B24304A622Df601c
Octal2134430112142551714034
Binary10001011100100110100101011000101011011111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B2403; }

 p { color: rgb(139,36,3); }

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

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

 a { background-color: rgb(139,36,3); }

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

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

 span { border-color: rgb(139,36,3); }

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