#8A2D32

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

Shades of Old Brick #8A2D32

Tints of Old Brick #8A2D32

Color information

#8A2D32 (or 0x8A2D32) is unknown color: approx Old Brick. HEX triplet: 8A, 2D and 32. RGB value is (138,45,50). Sum of RGB (Red+Green+Blue) = 138+45+50=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D32 is #75D2CD. Grayscale: #494949. Windows color (decimal): -7721678 or 3288458. OLE color: 3288458.

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

Color convert

RGB1384550-
CMYK00.670.640.46
HSL356.77º50.82%35.88%-
HSV(B)356.77º67.39%54.12%-
XYZ127.513.84-
YUV73.38114.81174.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 59.23%
GREEN value IS 45 (17.97% from 255) = 19.31%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=59.23%
G=19.31%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138455000.670.640.46356.7750.8235.88
Hex8A2D32043402E1653324
Octal21255620103100565456344
Binary10001010101101110010010000111000000101110101100101110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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