Html Css Color HEX #89313A Old Brick

📋 copy color: '#89313A'

red 137 ◦ green 49 ◦ blue 58

#89313A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Brick #89313A

Tints of Old Brick #89313A

RGB

 RED value IS 137 (53.91% from 255) = 56.15%

 GREEN value IS 49 (19.53% from 255) = 20.08%

 BLUE value IS 58 (23.05% from 255) = 23.77%

R = 56.15%
G = 20.08%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#89313A (or 0x89313A) is known color: Old Brick. HEX triplet: 89, 31 and 3A. RGB value is (137,49,58). Sum of RGB (Red+Green+Blue) = 137+49+58=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #89313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89313A is #76CEC5. Grayscale: #4C4C4C. Windows color (decimal): -7786182 or 3813769. OLE color: 3813769.

HSL color Cylindrical-coordinate representation of color #89313A: hue angle of 353.86º 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 #89313A is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 49 58 -
CMYK 0 0.64 0.58 0.46
HSL 353.86º 0.47% 0.36% -
HSV(B) 353.86º 0.64% 0.54% -
XYZ 12.18 7.82 4.87 -
YUV 76.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 137 49 58 0 0.64 0.58 0.46 353.86 0.47 0.36
Hex 89 31 3A 0 40 3A 2E 162 2F 24
Octal 211 61 72 0 100 72 56 542 57 44
Binary 10001001 110001 111010 0 1000000 111010 101110 101100010 101111 100100

Color Harmonies of #89313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89313A

Black with #89313A

Text Example


Text Example

White with #89313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #89313A;
 }
 .AnyTagClassName
 {
   color: #89313A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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