Html Css Color HEX #893135 Old Brick

📋 copy color: '#893135'

red 137 ◦ green 49 ◦ blue 53

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

Shades of Old Brick #893135

Tints of Old Brick #893135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.18%

R = 57.32%
G = 20.5%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#893135 (or 0x893135) is known color: Old Brick. HEX triplet: 89, 31 and 35. RGB value is (137,49,53). Sum of RGB (Red+Green+Blue) = 137+49+53=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #893135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893135 is #76CECA. Grayscale: #4B4B4B. Windows color (decimal): -7786187 or 3486089. OLE color: 3486089.

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

Color convert

RGB 137 49 53 -
CMYK 0 0.64 0.61 0.46
HSL 357.27º 0.47% 0.36% -
HSV(B) 357.27º 0.64% 0.54% -
XYZ 12.06 7.77 4.23 -
YUV 75.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 137 49 53 0 0.64 0.61 0.46 357.27 0.47 0.36
Hex 89 31 35 0 40 3D 2E 165 2F 24
Octal 211 61 65 0 100 75 56 545 57 44
Binary 10001001 110001 110101 0 1000000 111101 101110 101100101 101111 100100

Color Harmonies of #893135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893135

Black with #893135

Text Example


Text Example

White with #893135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893135; }

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

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

background-color css

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

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

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

border-color css

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

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

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