#89313D

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

Shades of Old Brick #89313D

Tints of Old Brick #89313D

Color information

#89313D (or 0x89313D) is unknown color: approx Old Brick. HEX triplet: 89, 31 and 3D. RGB value is (137,49,61). Sum of RGB (Red+Green+Blue) = 137+49+61=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89313D is #76CEC2. Grayscale: #4C4C4C. Windows color (decimal): -7786179 or 4010377. OLE color: 4010377.

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

Color convert

RGB1374961-
CMYK00.640.550.46
HSL351.82º47.31%36.47%-
HSV(B)351.82º64.23%53.73%-
XYZ12.267.855.28-
YUV76.68119.15171.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.47%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 61 (24.22% from 255) = 24.70%
R=55.47%
G=19.84%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137496100.640.550.46351.8247.3136.47
Hex89313D040372E1602f24
Octal2116175010067565405744
Binary1000100111000111110101000000110111101110101100000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,49,61); }

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

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

 a { background-color: rgb(137,49,61); }

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

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

 span { border-color: rgb(137,49,61); }

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