#8A323B

Color #8A323B Old Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Brick #8A323B

Tints of Old Brick #8A323B

Color information

#8A323B (or 0x8A323B) is unknown color: approx Old Brick. HEX triplet: 8A, 32 and 3B. RGB value is (138,50,59). Sum of RGB (Red+Green+Blue) = 138+50+59=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 59 (23.44% from 255 or 23.89% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A323B is #75CDC4. Grayscale: #4D4D4D. Windows color (decimal): -7720389 or 3879562. OLE color: 3879562.

HSL color Cylindrical-coordinate representation of color #8A323B: hue angle of 353.86º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A323B is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB1385059-
CMYK00.640.570.46
HSL353.86º46.81%36.86%-
HSV(B)353.86º63.77%54.12%-
XYZ12.4185.03-
YUV77.34117.65171.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.87%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 59 (23.44% from 255) = 23.89%
R=55.87%
G=20.24%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138505900.640.570.46353.8646.8136.86
Hex8A323B040392E1622f25
Octal2126273010071565425745
Binary1000101011001011101101000000111001101110101100010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,50,59); }

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

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

 a { background-color: rgb(138,50,59); }

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

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

 span { border-color: rgb(138,50,59); }

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