Html Css Color HEX #89353B Old Brick

📋 copy color: '#89353B'

red 137 ◦ green 53 ◦ blue 59

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

Shades of Old Brick #89353B

Tints of Old Brick #89353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.69%

R = 55.02%
G = 21.29%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#89353B (or 0x89353B) is known color: Old Brick. HEX triplet: 89, 35 and 3B. RGB value is (137,53,59). Sum of RGB (Red+Green+Blue) = 137+53+59=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89353B is #76CAC4. Grayscale: #4E4E4E. Windows color (decimal): -7785157 or 3880329. OLE color: 3880329.

HSL color Cylindrical-coordinate representation of color #89353B: hue angle of 355.71º 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 #89353B is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 53 59 -
CMYK 0 0.61 0.57 0.46
HSL 355.71º 0.44% 0.37% -
HSV(B) 355.71º 0.61% 0.54% -
XYZ 12.38 8.18 5.06 -
YUV 78.8 116.83 169.51 -
System Red Green Blue C M Y K H S L
Decimal 137 53 59 0 0.61 0.57 0.46 355.71 0.44 0.37
Hex 89 35 3B 0 3D 39 2E 164 2C 25
Octal 211 65 73 0 75 71 56 544 54 45
Binary 10001001 110101 111011 0 111101 111001 101110 101100100 101100 100101

Color Harmonies of #89353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89353B

Black with #89353B

Text Example


Text Example

White with #89353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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