Html Css Color HEX #89313C Old Brick

📋 copy color: '#89313C'

red 137 ◦ green 49 ◦ blue 60

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

Shades of Old Brick #89313C

Tints of Old Brick #89313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.39%

R = 55.69%
G = 19.92%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#89313C (or 0x89313C) is known color: Old Brick. HEX triplet: 89, 31 and 3C. RGB value is (137,49,60). Sum of RGB (Red+Green+Blue) = 137+49+60=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #89313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89313C is #76CEC3. Grayscale: #4C4C4C. Windows color (decimal): -7786180 or 3944841. OLE color: 3944841.

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

Color convert

RGB 137 49 60 -
CMYK 0 0.64 0.56 0.46
HSL 352.5º 0.47% 0.36% -
HSV(B) 352.5º 0.64% 0.54% -
XYZ 12.23 7.84 5.14 -
YUV 76.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 137 49 60 0 0.64 0.56 0.46 352.5 0.47 0.36
Hex 89 31 3C 0 40 38 2E 160 2F 24
Octal 211 61 74 0 100 70 56 540 57 44
Binary 10001001 110001 111100 0 1000000 111000 101110 101100000 101111 100100

Color Harmonies of #89313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89313C

Black with #89313C

Text Example


Text Example

White with #89313C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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