#88333D

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

Shades of Old Brick #88333D

Tints of Old Brick #88333D

Color information

#88333D (or 0x88333D) is unknown color: approx Old Brick. HEX triplet: 88, 33 and 3D. RGB value is (136,51,61). Sum of RGB (Red+Green+Blue) = 136+51+61=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88333D is #77CCC2. Grayscale: #4D4D4D. Windows color (decimal): -7851203 or 4010888. OLE color: 4010888.

HSL color Cylindrical-coordinate representation of color #88333D: hue angle of 352.94º 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 #88333D is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1365161-
CMYK00.620.550.47
HSL352.94º45.45%36.67%-
HSV(B)352.94º62.5%53.33%-
XYZ12.187.945.31-
YUV77.56118.66169.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.84%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=54.84%
G=20.56%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136516100.620.550.47352.9445.4536.67
Hex88333D03E372F1612d25
Octal210637507667575415545
Binary100010001100111111010111110110111101111101100001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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