#882E31

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

Shades of Old Brick #882E31

Tints of Old Brick #882E31

Color information

#882E31 (or 0x882E31) is unknown color: approx Old Brick. HEX triplet: 88, 2E and 31. RGB value is (136,46,49). Sum of RGB (Red+Green+Blue) = 136+46+49=231 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.87% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 136 - color contains mainly: red. Hex color #882E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E31 is #77D1CE. Grayscale: #494949. Windows color (decimal): -7852495 or 3223176. OLE color: 3223176.

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

Color convert

RGB1364649-
CMYK00.660.640.47
HSL358º49.45%35.69%-
HSV(B)358º66.18%53.33%-
XYZ11.687.413.72-
YUV73.25114.32172.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.87%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=58.87%
G=19.91%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136464900.660.640.4735849.4535.69
Hex882E31042402F1663124
Octal21056610102100575466144
Binary10001000101110110001010000101000000101111101100110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882E31; }

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

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

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

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

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

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

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

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