#8B230C

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

Shades of Falu Red #8B230C

Tints of Falu Red #8B230C

Color information

#8B230C (or 0x8B230C) is unknown color: approx Falu Red. HEX triplet: 8B, 23 and 0C. RGB value is (139,35,12). Sum of RGB (Red+Green+Blue) = 139+35+12=186 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.73% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 139 - color contains mainly: red. Hex color #8B230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B230C is #74DCF3. Grayscale: #3F3F3F. Windows color (decimal): -7658740 or 795531. OLE color: 795531.

HSL color Cylindrical-coordinate representation of color #8B230C: hue angle of 10.87º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B230C is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1393512-
CMYK00.750.910.45
HSL10.87º84.11%29.61%-
HSV(B)10.87º91.37%54.51%-
XYZ11.316.721.05-
YUV63.4798.96181.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.73%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 12 (5.08% from 255) = 6.45%
R=74.73%
G=18.82%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139351200.750.910.4510.8784.1129.61
Hex8B23C04B5B2Db541e
Octal21343140113133551312436
Binary1000101110001111000100101110110111011011011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,35,12); }

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

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

 a { background-color: rgb(139,35,12); }

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

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

 span { border-color: rgb(139,35,12); }

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