#8A303D

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

Shades of Old Brick #8A303D

Tints of Old Brick #8A303D

Color information

#8A303D (or 0x8A303D) is unknown color: approx Old Brick. HEX triplet: 8A, 30 and 3D. RGB value is (138,48,61). Sum of RGB (Red+Green+Blue) = 138+48+61=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A303D is #75CFC2. Grayscale: #4C4C4C. Windows color (decimal): -7720899 or 4010122. OLE color: 4010122.

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

Color convert

RGB1384861-
CMYK00.650.560.46
HSL351.33º48.39%36.47%-
HSV(B)351.33º65.22%54.12%-
XYZ12.387.855.28-
YUV76.39119.32171.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 55.87%
GREEN value IS 48 (19.14% from 255) = 19.43%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=55.87%
G=19.43%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138486100.650.560.46351.3348.3936.47
Hex8A303D041382E15f3024
Octal2126075010170565376044
Binary1000101011000011110101000001111000101110101011111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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