Html Css Color HEX #89313E Old Brick

📋 copy color: '#89313E'

red 137 ◦ green 49 ◦ blue 62

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

Shades of Old Brick #89313E

Tints of Old Brick #89313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25%

R = 55.24%
G = 19.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#89313E (or 0x89313E) is known color: Old Brick. HEX triplet: 89, 31 and 3E. RGB value is (137,49,62). Sum of RGB (Red+Green+Blue) = 137+49+62=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89313E is #76CEC1. Grayscale: #4C4C4C. Windows color (decimal): -7786178 or 4075913. OLE color: 4075913.

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

Color convert

RGB 137 49 62 -
CMYK 0 0.64 0.55 0.46
HSL 351.14º 0.47% 0.36% -
HSV(B) 351.14º 0.64% 0.54% -
XYZ 12.28 7.86 5.43 -
YUV 76.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 137 49 62 0 0.64 0.55 0.46 351.14 0.47 0.36
Hex 89 31 3E 0 40 37 2E 15F 2F 24
Octal 211 61 76 0 100 67 56 537 57 44
Binary 10001001 110001 111110 0 1000000 110111 101110 101011111 101111 100100

Color Harmonies of #89313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89313E

Black with #89313E

Text Example


Text Example

White with #89313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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