#8A303C

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

Shades of Old Brick #8A303C

Tints of Old Brick #8A303C

Color information

#8A303C (or 0x8A303C) is unknown color: approx Old Brick. HEX triplet: 8A, 30 and 3C. RGB value is (138,48,60). Sum of RGB (Red+Green+Blue) = 138+48+60=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A303C is #75CFC3. Grayscale: #4C4C4C. Windows color (decimal): -7720900 or 3944586. OLE color: 3944586.

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

Color convert

RGB1384860-
CMYK00.650.570.46
HSL352º48.39%36.47%-
HSV(B)352º65.22%54.12%-
XYZ12.357.845.14-
YUV76.28118.82172.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.10%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=56.10%
G=19.51%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138486000.650.570.4635248.3936.47
Hex8A303C041392E1603024
Octal2126074010171565406044
Binary1000101011000011110001000001111001101110101100000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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