Html Css Color HEX #89353A Old Brick

📋 copy color: '#89353A'

red 137 ◦ green 53 ◦ blue 58

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

Shades of Old Brick #89353A

Tints of Old Brick #89353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

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

R = 55.24%
G = 21.37%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#89353A (or 0x89353A) is known color: Old Brick. HEX triplet: 89, 35 and 3A. RGB value is (137,53,58). Sum of RGB (Red+Green+Blue) = 137+53+58=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89353A is #76CAC5. Grayscale: #4E4E4E. Windows color (decimal): -7785158 or 3814793. OLE color: 3814793.

HSL color Cylindrical-coordinate representation of color #89353A: hue angle of 356.43º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #89353A is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 53 58 -
CMYK 0 0.61 0.58 0.46
HSL 356.43º 0.44% 0.37% -
HSV(B) 356.43º 0.61% 0.54% -
XYZ 12.35 8.17 4.93 -
YUV 78.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 137 53 58 0 0.61 0.58 0.46 356.43 0.44 0.37
Hex 89 35 3A 0 3D 3A 2E 164 2C 25
Octal 211 65 72 0 75 72 56 544 54 45
Binary 10001001 110101 111010 0 111101 111010 101110 101100100 101100 100101

Color Harmonies of #89353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89353A

Black with #89353A

Text Example


Text Example

White with #89353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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