#89303C

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

Shades of Old Brick #89303C

Tints of Old Brick #89303C

Color information

#89303C (or 0x89303C) is unknown color: approx Old Brick. HEX triplet: 89, 30 and 3C. RGB value is (137,48,60). Sum of RGB (Red+Green+Blue) = 137+48+60=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #89303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89303C is #76CFC3. Grayscale: #4C4C4C. Windows color (decimal): -7786436 or 3944585. OLE color: 3944585.

HSL color Cylindrical-coordinate representation of color #89303C: hue angle of 351.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89303C is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB1374860-
CMYK00.650.560.46
HSL351.91º48.11%36.27%-
HSV(B)351.91º64.96%53.73%-
XYZ12.197.765.13-
YUV75.98118.99171.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.92%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=55.92%
G=19.59%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137486000.650.560.46351.9148.1136.27
Hex89303C041382E1603024
Octal2116074010170565406044
Binary1000100111000011110001000001111000101110101100000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89303C; }

 p { color: rgb(137,48,60); }

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

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

 a { background-color: rgb(137,48,60); }

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

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

 span { border-color: rgb(137,48,60); }

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