#8A3135

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

Shades of Old Brick #8A3135

Tints of Old Brick #8A3135

Color information

#8A3135 (or 0x8A3135) is unknown color: approx Old Brick. HEX triplet: 8A, 31 and 35. RGB value is (138,49,53). Sum of RGB (Red+Green+Blue) = 138+49+53=240 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.5% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3135 is #75CECA. Grayscale: #4C4C4C. Windows color (decimal): -7720651 or 3486090. OLE color: 3486090.

HSL color Cylindrical-coordinate representation of color #8A3135: hue angle of 357.3º degrees, saturation: 0.48, 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 #8A3135 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1384953-
CMYK00.640.620.46
HSL357.3º47.59%36.67%-
HSV(B)357.3º64.49%54.12%-
XYZ12.227.864.24-
YUV76.07114.99172.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 57.5%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 53 (21.09% from 255) = 22.08%
R=57.5%
G=20.42%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138495300.640.620.46357.347.5936.67
Hex8A31350403E2E1653025
Octal2126165010076565456045
Binary1000101011000111010101000000111110101110101100101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,49,53); }

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

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

 a { background-color: rgb(138,49,53); }

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

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

 span { border-color: rgb(138,49,53); }

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