#86230A

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

Shades of Falu Red #86230A

Tints of Falu Red #86230A

Color information

#86230A (or 0x86230A) is unknown color: approx Falu Red. HEX triplet: 86, 23 and 0A. RGB value is (134,35,10). Sum of RGB (Red+Green+Blue) = 134+35+10=179 (23% of max value = 765). Red value is 134 (52.73% from 255 or 74.86% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 134 - color contains mainly: red. Hex color #86230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #86230A is #79DCF5. Grayscale: #3D3D3D. Windows color (decimal): -7986422 or 664454. OLE color: 664454.

HSL color Cylindrical-coordinate representation of color #86230A: hue angle of 12.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #86230A is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1343510-
CMYK00.740.930.47
HSL12.1º86.11%28.24%-
HSV(B)12.1º92.54%52.55%-
XYZ10.496.290.95-
YUV61.7598.8179.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 74.86%
GREEN value IS 35 (14.06% from 255) = 19.55%
BLUE value IS 10 (4.30% from 255) = 5.59%
R=74.86%
G=19.55%
B=5.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134351000.740.930.4712.186.1128.24
Hex8623A04A5D2Fc561c
Octal20643120112135571412634
Binary1000011010001110100100101010111011011111100101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86230A; }

 p { color: rgb(134,35,10); }

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

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

 a { background-color: rgb(134,35,10); }

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

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

 span { border-color: rgb(134,35,10); }

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