Html Css Color HEX #89313D Old Brick

📋 copy color: '#89313D'

red 137 ◦ green 49 ◦ blue 61

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

Shades of Old Brick #89313D

Tints of Old Brick #89313D

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.7%

R = 55.47%
G = 19.84%
B = 24.7%

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

#89313D (or 0x89313D) is known color: 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

RGB 137 49 61 -
CMYK 0 0.64 0.55 0.46
HSL 351.82º 0.47% 0.36% -
HSV(B) 351.82º 0.64% 0.54% -
XYZ 12.26 7.85 5.28 -
YUV 76.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 137 49 61 0 0.64 0.55 0.46 351.82 0.47 0.36
Hex 89 31 3D 0 40 37 2E 160 2F 24
Octal 211 61 75 0 100 67 56 540 57 44
Binary 10001001 110001 111101 0 1000000 110111 101110 101100000 101111 100100

Color Harmonies of #89313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89313D

Black with #89313D

Text Example


Text Example

White with #89313D

Text Example


Text Example

HTML Codes & Css Web 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>