#8A230A

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

Shades of Falu Red #8A230A

Tints of Falu Red #8A230A

Color information

#8A230A (or 0x8A230A) is unknown color: approx Falu Red. HEX triplet: 8A, 23 and 0A. RGB value is (138,35,10). Sum of RGB (Red+Green+Blue) = 138+35+10=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A230A is #75DCF5. Grayscale: #3F3F3F. Windows color (decimal): -7724278 or 664458. OLE color: 664458.

HSL color Cylindrical-coordinate representation of color #8A230A: hue angle of 11.72º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A230A is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1383510-
CMYK00.750.930.46
HSL11.72º86.49%29.02%-
HSV(B)11.72º92.75%54.12%-
XYZ11.146.630.98-
YUV62.9598.12181.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75.41%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 10 (4.30% from 255) = 5.46%
R=75.41%
G=19.13%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138351000.750.930.4611.7286.4929.02
Hex8A23A04B5D2Ec561d
Octal21243120113135561412635
Binary1000101010001110100100101110111011011101100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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