#88333B

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

Shades of Old Brick #88333B

Tints of Old Brick #88333B

Color information

#88333B (or 0x88333B) is unknown color: approx Old Brick. HEX triplet: 88, 33 and 3B. RGB value is (136,51,59). Sum of RGB (Red+Green+Blue) = 136+51+59=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #88333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88333B is #77CCC4. Grayscale: #4D4D4D. Windows color (decimal): -7851205 or 3879816. OLE color: 3879816.

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

Color convert

RGB1365159-
CMYK00.620.570.47
HSL354.35º45.45%36.67%-
HSV(B)354.35º62.5%53.33%-
XYZ12.137.925.03-
YUV77.33117.66169.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.28%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=55.28%
G=20.73%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136515900.620.570.47354.3545.4536.67
Hex88333B03E392F1622d25
Octal210637307671575425545
Binary100010001100111110110111110111001101111101100010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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