#883133

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

Shades of Old Brick #883133

Tints of Old Brick #883133

Color information

#883133 (or 0x883133) is unknown color: approx Old Brick. HEX triplet: 88, 31 and 33. RGB value is (136,49,51). Sum of RGB (Red+Green+Blue) = 136+49+51=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #883133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883133 is #77CECC. Grayscale: #4B4B4B. Windows color (decimal): -7851725 or 3355016. OLE color: 3355016.

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

Color convert

RGB1364951-
CMYK00.640.620.47
HSL358.62º47.03%36.27%-
HSV(B)358.62º63.97%53.33%-
XYZ11.857.673.99-
YUV75.24114.32171.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.63%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=57.63%
G=20.76%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136495100.640.620.47358.6247.0336.27
Hex8831330403E2F1672f24
Octal2106163010076575475744
Binary1000100011000111001101000000111110101111101100111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883133; }

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

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

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

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

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

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

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

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