#88323A

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

Shades of Old Brick #88323A

Tints of Old Brick #88323A

Color information

#88323A (or 0x88323A) is unknown color: approx Old Brick. HEX triplet: 88, 32 and 3A. RGB value is (136,50,58). Sum of RGB (Red+Green+Blue) = 136+50+58=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #88323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88323A is #77CDC5. Grayscale: #4C4C4C. Windows color (decimal): -7851462 or 3814024. OLE color: 3814024.

HSL color Cylindrical-coordinate representation of color #88323A: hue angle of 354.42º 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 #88323A is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1365058-
CMYK00.630.570.47
HSL354.42º46.24%36.47%-
HSV(B)354.42º63.24%53.33%-
XYZ12.067.824.88-
YUV76.63117.49170.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.74%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=55.74%
G=20.49%
B=23.77%

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
Decimal136505800.630.570.47354.4246.2436.47
Hex88323A03F392F1622e24
Octal210627207771575425644
Binary100010001100101110100111111111001101111101100010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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