#8A313C

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

Shades of Old Brick #8A313C

Tints of Old Brick #8A313C

Color information

#8A313C (or 0x8A313C) is unknown color: approx Old Brick. HEX triplet: 8A, 31 and 3C. RGB value is (138,49,60). Sum of RGB (Red+Green+Blue) = 138+49+60=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A313C is #75CEC3. Grayscale: #4C4C4C. Windows color (decimal): -7720644 or 3944842. OLE color: 3944842.

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

Color convert

RGB1384960-
CMYK00.640.570.46
HSL352.58º47.59%36.67%-
HSV(B)352.58º64.49%54.12%-
XYZ12.47.935.15-
YUV76.87118.49171.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.87%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=55.87%
G=19.84%
B=24.29%

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
Decimal138496000.640.570.46352.5847.5936.67
Hex8A313C040392E1613025
Octal2126174010071565416045
Binary1000101011000111110001000000111001101110101100001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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