Html Css Color HEX #89313F Old Brick

📋 copy color: '#89313F'

red 137 ◦ green 49 ◦ blue 63

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

Shades of Old Brick #89313F

Tints of Old Brick #89313F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.3%

R = 55.02%
G = 19.68%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#89313F (or 0x89313F) is known color: Old Brick. HEX triplet: 89, 31 and 3F. RGB value is (137,49,63). Sum of RGB (Red+Green+Blue) = 137+49+63=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89313F is #76CEC0. Grayscale: #4C4C4C. Windows color (decimal): -7786177 or 4141449. OLE color: 4141449.

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

Color convert

RGB 137 49 63 -
CMYK 0 0.64 0.54 0.46
HSL 350.45º 0.47% 0.36% -
HSV(B) 350.45º 0.64% 0.54% -
XYZ 12.31 7.87 5.57 -
YUV 76.91 120.15 170.86 -
System Red Green Blue C M Y K H S L
Decimal 137 49 63 0 0.64 0.54 0.46 350.45 0.47 0.36
Hex 89 31 3F 0 40 36 2E 15E 2F 24
Octal 211 61 77 0 100 66 56 536 57 44
Binary 10001001 110001 111111 0 1000000 110110 101110 101011110 101111 100100

Color Harmonies of #89313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89313F

Black with #89313F

Text Example


Text Example

White with #89313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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