Html Css Color HEX #893133 Old Brick

📋 copy color: '#893133'

red 137 ◦ green 49 ◦ blue 51

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

Shades of Old Brick #893133

Tints of Old Brick #893133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.52%

R = 57.81%
G = 20.68%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#893133 (or 0x893133) is known color: Old Brick. HEX triplet: 89, 31 and 33. RGB value is (137,49,51). Sum of RGB (Red+Green+Blue) = 137+49+51=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #893133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893133 is #76CECC. Grayscale: #4B4B4B. Windows color (decimal): -7786189 or 3355017. OLE color: 3355017.

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

Color convert

RGB 137 49 51 -
CMYK 0 0.64 0.63 0.46
HSL 358.64º 0.47% 0.36% -
HSV(B) 358.64º 0.64% 0.54% -
XYZ 12.01 7.75 4 -
YUV 75.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 137 49 51 0 0.64 0.63 0.46 358.64 0.47 0.36
Hex 89 31 33 0 40 3F 2E 167 2F 24
Octal 211 61 63 0 100 77 56 547 57 44
Binary 10001001 110001 110011 0 1000000 111111 101110 101100111 101111 100100

Color Harmonies of #893133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893133

Black with #893133

Text Example


Text Example

White with #893133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893133; }

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

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

background-color css

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

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

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

border-color css

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

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

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