#88323C

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

Shades of Old Brick #88323C

Tints of Old Brick #88323C

Color information

#88323C (or 0x88323C) is unknown color: approx Old Brick. HEX triplet: 88, 32 and 3C. RGB value is (136,50,60). Sum of RGB (Red+Green+Blue) = 136+50+60=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88323C is #77CDC3. Grayscale: #4C4C4C. Windows color (decimal): -7851460 or 3945096. OLE color: 3945096.

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

Color convert

RGB1365060-
CMYK00.630.560.47
HSL353.02º46.24%36.47%-
HSV(B)353.02º63.24%53.33%-
XYZ12.117.845.15-
YUV76.85118.49170.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.28%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=55.28%
G=20.33%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136506000.630.560.47353.0246.2436.47
Hex88323C03F382F1612e24
Octal210627407770575415644
Binary100010001100101111000111111111000101111101100001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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