#88323B

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

Shades of Old Brick #88323B

Tints of Old Brick #88323B

Color information

#88323B (or 0x88323B) is unknown color: approx Old Brick. HEX triplet: 88, 32 and 3B. RGB value is (136,50,59). Sum of RGB (Red+Green+Blue) = 136+50+59=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #88323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88323B is #77CDC4. Grayscale: #4C4C4C. Windows color (decimal): -7851461 or 3879560. OLE color: 3879560.

HSL color Cylindrical-coordinate representation of color #88323B: hue angle of 353.72º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #88323B is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1365059-
CMYK00.630.570.47
HSL353.72º46.24%36.47%-
HSV(B)353.72º63.24%53.33%-
XYZ12.087.835.01-
YUV76.74117.99170.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=55.51%
G=20.41%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136505900.630.570.47353.7246.2436.47
Hex88323B03F392F1622e24
Octal210627307771575425644
Binary100010001100101110110111111111001101111101100010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88323B; }

 p { color: rgb(136,50,59); }

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

<style>
 a { background-color: #88323B; }

 a { background-color: rgb(136,50,59); }

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

<style>
 span { border-color: #88323B; }

 span { border-color: rgb(136,50,59); }

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